fix: use docker buildx inspect got flux image test workflow

This commit is contained in:
auricom
2024-06-29 16:52:14 +02:00
parent 8463f6d49b
commit 1be0dc68b2

View File

@@ -101,7 +101,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- name: Test Images - 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 # Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
test-images-success: test-images-success: