aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gitlab-ci-template-multiarch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab-ci-template-multiarch.yml b/gitlab-ci-template-multiarch.yml
index ae27e82..b6d877e 100644
--- a/gitlab-ci-template-multiarch.yml
+++ b/gitlab-ci-template-multiarch.yml
@@ -95,7 +95,7 @@ manifest:
stage: manifest
script:
- *tag-name
- - TAGLIST=$(skopeo inspect docker://$CI_REGISTRY_IMAGE | jq '.RepoTags[]' | tr -d '"' | grep ${TAGNAME}-)
+ - TAGLIST=$(skopeo inspect docker://$CI_REGISTRY_IMAGE:${TAGNAME}-x86_64 | jq '.RepoTags[]' | tr -d '"' | grep ${TAGNAME}-)
- buildah login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- buildah manifest create localhost/multiarch:${TAGNAME}
- >