Skip to content

Commit

Permalink
Changed argument ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent 142a521 commit 5aba831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,10 @@ jobs:
- name: Create manifest list and push
working-directory: /tmp/digests
run: |
set -x
jq -crj '{"annotations": .labels}' <<< "$DOCKER_METADATA_OUTPUT_JSON" > /tmp/extra-manifest.json
TAGS="$(jq -crj '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")"
docker buildx imagetools create -f /tmp/extra-manifest.json ${TAGS} \
docker buildx imagetools create ${TAGS} -f /tmp/extra-manifest.json \
$(printf '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@sha256:%s ' *)
# Sign the resulting Docker image digest except on PRs.
Expand Down

0 comments on commit 5aba831

Please sign in to comment.