.gitlab-ci.yml: fix buildah syntax for tagging images
authorJordan Petridis <jordan@centricular.com>
Thu, 14 May 2020 09:31:07 +0000 (12:31 +0300)
committerJordan Petridis <jordan@centricular.com>
Thu, 14 May 2020 09:46:54 +0000 (12:46 +0300)
.gitlab-ci.yml

index 8854c19..92dca4f 100644 (file)
@@ -60,7 +60,7 @@ test manifest:
     - |
       if [ "$CI_PROJECT_NAMESPACE" = "gstreamer" ]; then
         # 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
         buildah login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
         buildah push ${_UID}-${CI_COMMIT_REF_NAME}