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

fix(ci): destination

parent a57541b4
No related branches found
No related tags found
No related merge requests found
Pipeline #533905 failed
......@@ -101,11 +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 ${IMAGE_NAME}
- printf "%s-%s" ${CI_COMMIT_BRANCH} ${CI_COMMIT_SHORT_SHA} > last-successfull-commit.txt
artifacts:
untracked: true
when: on_success
expire_in: "365 days"
paths:
- "last-successfull-commit.txt"
--destination ${CI_PROJECT_PATH}:latest
--destination ${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