From e96d05b19952949eddc07bda18aef0901dca1cb9 Mon Sep 17 00:00:00 2001 From: Alexandru Mahmoud Date: Thu, 26 Dec 2024 13:42:35 -0500 Subject: [PATCH] Change inspect images loop --- .github/workflows/build_containers.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_containers.yaml b/.github/workflows/build_containers.yaml index c1f772b..d362a83 100644 --- a/.github/workflows/build_containers.yaml +++ b/.github/workflows/build_containers.yaml @@ -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 'docker buildx imagetools inspect {}'