From 1be0dc68b2e8c72475cecaefa7e30a1a419d4719 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Sat, 29 Jun 2024 16:52:14 +0200 Subject: [PATCH] fix: use docker buildx inspect got flux image test workflow --- .github/workflows/flux-image-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: