We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f12cd3 commit adcbdf7Copy full SHA for adcbdf7
1 file changed
.gitlab-ci.yml
@@ -70,6 +70,4 @@ publish-docker-image:
70
- ./docker/install-docker-deps.sh
71
- ./docker/install-gh-deps.sh
72
script:
73
- - if [ -z "$CI_COMMIT_TAG" ]; then echo "Error: CI_COMMIT_TAG is not set"; exit 1; fi
74
- - echo "Using CI_COMMIT_TAG: $CI_COMMIT_TAG"
75
- ./docker/publish-docker-image.sh "$CI_COMMIT_TAG"
0 commit comments