aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e25c49d..e747f16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,6 @@ manifest:
- ./configure-podman
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- buildah manifest create manifest
- - buildah manifest add manifest $CI_REGISTRY_IMAGE:aarch64
- - buildah manifest add manifest $CI_REGISTRY_IMAGE:x86_64
- - buildah manifest push manifest $CI_REGISTRY_IMAGE:multiarch
+ - buildah manifest add manifest docker://$CI_REGISTRY_IMAGE:aarch64
+ - buildah manifest add manifest docker://$CI_REGISTRY_IMAGE:x86_64
+ - buildah manifest push manifest docker://$CI_REGISTRY_IMAGE:multiarch