@@ -11,7 +11,7 @@ Pipeline can be distinguished into two main branches: build and test.
The build can be triggered either by a new tag or merge to the main branch. The tests validate the image and store the outcome in a .log file as an artifact. If the image with tag latest doesn't exist it will be build and pushed to the registry.
1. Use kaniko to build the image. ([kaniko](https://docs.gitlab.com/ee/ci/docker/using_kaniko.html))
2. Do just a basic test to validate the image (manifest)
2. Do just a basic test to validate the image (manifest).