Skip to content

Commit 04c3a44

Browse files
authored
Change inspect images loop
1 parent 08da8f5 commit 04c3a44

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_containers.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ jobs:
272272
done
273273
docker buildx imagetools create $TAG_ARGS $DIGESTS
274274
275-
- name: Inspect image
275+
- name: Inspect images
276276
run: |
277-
for tag in ${{ steps.meta2.outputs.tags }}; do
278-
docker buildx imagetools inspect $tag
279-
done
277+
cat /tmp/tags | xargs -i bash -c 'buildx imagetools inspect {}'

0 commit comments

Comments
 (0)