Skip to content

Commit

Permalink
Added debug logging to inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent 2397724 commit 838c9e4
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 @@ -233,5 +233,6 @@ jobs:
- name: Inspect image
run: |
for RAW_TAG in "${{ join(steps.meta.outputs.tags, ' ') }}"; do
docker buildx imagetools inspect ${RAW_TAG}
echo "Inspecting ${RAW_TAG}"
docker buildx imagetools inspect "${RAW_TAG}"
done

0 comments on commit 838c9e4

Please sign in to comment.