From 15eb0563fe4ce9a3f8406e56e8bc3162f8341803 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 22 Mar 2021 07:17:37 +0100 Subject: fix inspect --- gitlab-ci-template-multiarch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab-ci-template-multiarch.yml') 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} - > -- cgit