Skip to content

Commit

Permalink
Fix Docker build, again, again, again
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Oct 18, 2024
1 parent 56ddc3f commit 26ca9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
run: |
docker buildx imagetools create \
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ matrix.image }}sha256:@%s ' *)
$(printf '${{ matrix.image }}@sha256:%s ' *)
- name: Inspect Docker image
run: |
Expand Down

0 comments on commit 26ca9e2

Please sign in to comment.