.gitlab-ci.yml: fix typo in buildah images

This commit is contained in:
Jordan Petridis 2020-05-14 11:40:50 +03:00
parent 95b35ceaf1
commit 0fb6955c5e
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -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}