diff --git a/.github/workflows/flux-image-test.yaml b/.github/workflows/flux-image-test.yaml index ce29495a4..a4d8c3719 100644 --- a/.github/workflows/flux-image-test.yaml +++ b/.github/workflows/flux-image-test.yaml @@ -101,7 +101,7 @@ jobs: fail-fast: false steps: - name: Test Images - run: docker pull ${{ matrix.images }} + run: docker buildx imagetools inspect ${{ matrix.images }} # Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7 test-images-success: