From d0041b001eab27df89314105f820037da869b8c9 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Sun, 21 Apr 2024 11:30:34 -0400 Subject: [PATCH] fix(flux-local): use `docker image inspect` instead of `docker pull` --- .github/workflows/flux-image-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flux-image-test.yaml b/.github/workflows/flux-image-test.yaml index 0adbb3ea82616..90b9eddeb78e7 100644 --- a/.github/workflows/flux-image-test.yaml +++ b/.github/workflows/flux-image-test.yaml @@ -137,8 +137,8 @@ jobs: max-parallel: 4 fail-fast: false steps: - - name: Test Images - run: docker pull ${{ matrix.images }} + - name: Inspect Image + run: docker manifest inspect ${{ matrix.images }} # Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7 test-images-success: