Skip to content

Commit

Permalink
fix(flux-local): use docker image inspect instead of docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Apr 21, 2024
1 parent 594bdd6 commit d0041b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d0041b0

Please sign in to comment.