mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 16:51:52 +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
|
||||
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:
|
||||
|
Reference in New Issue
Block a user