Loading gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ registry-tag: - when: never before_script: - REGISTRY_TAG_NEW="$(echo ${CI_COMMIT_TAG} | grep -e '^v' | sed -e 's/^v//g')" && test -n "${REGISTRY_TAG_NEW}" interruptible: true registry-latest: extends: .common_retag Loading Loading
gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ registry-tag: - when: never before_script: - REGISTRY_TAG_NEW="$(echo ${CI_COMMIT_TAG} | grep -e '^v' | sed -e 's/^v//g')" && test -n "${REGISTRY_TAG_NEW}" interruptible: true registry-latest: extends: .common_retag Loading