mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
.gitlab-ci.yml: fix buildah syntax for tagging images
This commit is contained in:
parent
61c1680b07
commit
822706e473
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue