.gitlab-ci.yml: fix buildah syntax for tagging images
This commit is contained in:
parent
61c1680b07
commit
822706e473
@ -60,7 +60,7 @@ test manifest:
|
|||||||
- |
|
- |
|
||||||
if [ "$CI_PROJECT_NAMESPACE" = "gstreamer" ]; then
|
if [ "$CI_PROJECT_NAMESPACE" = "gstreamer" ]; then
|
||||||
# Tag the image with the git ref
|
# Tag the image with the git ref
|
||||||
buildah images tag ${LATEST} ${_UID}-${CI_COMMIT_REF_NAME}
|
buildah tag ${LATEST} ${_UID}-${CI_COMMIT_REF_NAME}
|
||||||
# Push the tags
|
# Push the tags
|
||||||
buildah login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
buildah login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||||
buildah push ${_UID}-${CI_COMMIT_REF_NAME}
|
buildah push ${_UID}-${CI_COMMIT_REF_NAME}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user