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

Changing the artifacts

parent 67d60ae7
No related branches found
No related tags found
3 merge requests!20Release,!13Docker image branch,!12Docker image branch
......@@ -15,7 +15,7 @@ check_image:
entrypoint: [""]
script:
- crane auth login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- if crane manifest $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH; then echo "DOCKER_LATEST_IMAGE_EXISTS=true" > docker_latest_image.txt; else echo "DOCKER_LATEST_IMAGE_EXISTS=false" > docker_latest_image.txt; fi
- if crane manifest $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH; then echo "true" > docker_latest_image.txt; else echo "false" > docker_latest_image.txt; fi
artifacts:
paths:
- docker_latest_image.txt
......
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