Skip to content

Commit

Permalink
fix: again
Browse files Browse the repository at this point in the history
  • Loading branch information
XGHeaven committed Oct 13, 2024
1 parent 64a6379 commit 0188b67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ jobs:
- name: Create manifest list and push
working-directory: /tmp/digests
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
echo $DOCKER_METADATA_OUTPUT_JSON
docker buildx imagetools create \
--tag ${{ env.REGISTRY_IMAGE }}:latest \
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
- name: Inspect image
Expand Down

0 comments on commit 0188b67

Please sign in to comment.