Skip to content

Commit

Permalink
Change inspect images loop
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 26, 2024
1 parent 08da8f5 commit 04c3a44
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ jobs:
done
docker buildx imagetools create $TAG_ARGS $DIGESTS
- name: Inspect image
- name: Inspect images
run: |
for tag in ${{ steps.meta2.outputs.tags }}; do
docker buildx imagetools inspect $tag
done
cat /tmp/tags | xargs -i bash -c 'buildx imagetools inspect {}'

0 comments on commit 04c3a44

Please sign in to comment.