Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
path: pull

- name: Gather Images in Default Branch
uses: docker://ghcr.io/allenporter/flux-local:v7.0.0
uses: docker://ghcr.io/allenporter/flux-local:v7.11.0
with:
args: >-
get cluster
Expand All @@ -96,7 +96,7 @@
--output-file default.yaml

- name: Gather Images in Pull Request Branch
uses: docker://ghcr.io/allenporter/flux-local:v7.0.0
uses: docker://ghcr.io/allenporter/flux-local:v7.11.0
with:
args: >-
get cluster
Expand Down