From b86f7e0e1e493eb506d43f0a532cb787862d9635 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Fri, 8 Mar 2024 16:28:19 +0100 Subject: [PATCH] Update alpine-mainline.yml --- .github/workflows/alpine-mainline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpine-mainline.yml b/.github/workflows/alpine-mainline.yml index 85cdce0..cb00597 100644 --- a/.github/workflows/alpine-mainline.yml +++ b/.github/workflows/alpine-mainline.yml @@ -193,7 +193,7 @@ jobs: working-directory: /tmp/digests run: | set -x - docker buildx imagetools create --annotation ${{ steps.meta.outputs.annotations }} $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") $(printf 'ghcr.io/nginxinc/nginx-unprivileged@sha256:%s ' *) + docker buildx imagetools create $(jq -cr '.annotations | map("--annotations " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") $(printf 'ghcr.io/nginxinc/nginx-unprivileged@sha256:%s ' *) - name: Inspect image run: |