mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 01:00:54 +02:00
fix: use docker buildx inspect got flux image test workflow
This commit is contained in:
2
.github/workflows/flux-image-test.yaml
vendored
2
.github/workflows/flux-image-test.yaml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user