mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
.gitlab-ci.yml: fix typo in buildah images
This commit is contained in:
parent
95b35ceaf1
commit
0fb6955c5e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ test manifest:
|
|||
- |
|
||||
if [ "$CI_PROJECT_NAMESPACE" = "gstreamer" ]; then
|
||||
# Tag the image with the git ref
|
||||
buildah image tag ${LATEST} ${_UID}-${CI_COMMIT_REF_NAME}
|
||||
buildah images tag ${LATEST} ${_UID}-${CI_COMMIT_REF_NAME}
|
||||
# Push the tags
|
||||
buildah login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
buildah push ${_UID}-${CI_COMMIT_REF_NAME}
|
||||
|
|
Loading…
Reference in a new issue