Update file .gitlab-ci.yml

This commit is contained in:
2023-11-16 09:22:21 +00:00
parent 84d2988c82
commit 999f91cbfa

View File

@@ -21,7 +21,7 @@ release-image:
image: docker:24.0.6
stage: release
rules:
- if: "$TAG"
- if: "$CI_APPLICATION_TAG"
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: