Skip to content
Snippets Groups Projects
Commit d06139e2 authored by (INACTIVE) Marcel Bajdel (new marcel.bajdel)'s avatar (INACTIVE) Marcel Bajdel (new marcel.bajdel) :rocket:
Browse files

Adding new test

parent df78fcc0
No related branches found
No related tags found
3 merge requests!20Release,!13Docker image branch,!12Docker image branch
stages:
# List of stages for jobs, and their order of execution
- build_branch # builds if the image does not exist
- build_main # builds when the merge request is made into main
- check_image_tag # Check whether there are any vulnerabilities in the image
- branch_scan # Check whether the image is already existing or not for the tag
- build_main # builds when the merge request is made into main
- build_tag # builds when the tag is pushed
- test_main # tests when the merge request is made into main
- test_latest # tests when the image with tag latest is pushed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment