Skip to content
Snippets Groups Projects
Verified Commit 9fd9e1ba authored by Mathias Goebel's avatar Mathias Goebel :reminder_ribbon:
Browse files

fix(ci): image name

parent 26a60ff7
No related branches found
No related tags found
No related merge requests found
Pipeline #533907 failed
......@@ -101,5 +101,5 @@ container:
--build-arg build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
--build-arg vcs_ref=${CI_COMMIT_SHORT_SHA}
--target ${CI_COMMIT_BRANCH}
--destination ${CI_PROJECT_PATH}:latest
--destination ${CI_PROJECT_PATH}:${CI_COMMIT_SHORT_SHA}
--destination ${HARBOR_URL}/${HARBOR_PROJECT}/${CI_PROJECT_PATH}:latest
--destination ${HARBOR_URL}/${HARBOR_PROJECT}/${CI_PROJECT_PATH}:${CI_COMMIT_SHORT_SHA}
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