Skip to content

Commit

Permalink
Update alpine-mainline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Mar 8, 2024
1 parent ed32d32 commit b86f7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b86f7e0

Please sign in to comment.