Skip to content
Snippets Groups Projects
Verified Commit c7623509 authored by Hugo Renard's avatar Hugo Renard
Browse files

fix: ci tag name

parent 2af9edd8
No related branches found
No related tags found
No related merge requests found
Pipeline #1312 passed with stage
in 3 minutes and 21 seconds
#!/bin/sh
DESTINATION="-t ${CONTAINER_REPOSITORY}:${CI_COMMIT_REF_SLUG}"
DESTINATION="-t ${CONTAINER_REPOSITORY}:${CI_COMMIT_REF_NAME}"
if [ -n "$CI_COMMIT_TAG" ]; then
DESTINATION="$DESTINATION -t ${CONTAINER_REPOSITORY}"
......
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