Skip to content

Commit df5b0e9

Browse files
fix(github-action): update ghcr.io/allenporter/flux-local ( v6.1.0 → v6.1.1 ) (#7888)
| datasource | package | from | to | | ---------- | ------------------------------ | ------ | ------ | | docker | ghcr.io/allenporter/flux-local | v6.1.0 | v6.1.1 | Co-authored-by: rosey-the-renovator-bot[bot] <98764075+rosey-the-renovator-bot[bot]@users.noreply.github.com>
1 parent d141424 commit df5b0e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/flux-diff.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
path: default
7979

8080
- name: Diff Resources
81-
uses: docker://ghcr.io/allenporter/flux-local:v6.1.0
81+
uses: docker://ghcr.io/allenporter/flux-local:v6.1.1
8282
with:
8383
args: >-
8484
diff ${{ matrix.resources }}

.github/workflows/flux-image-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
path: pull
8787

8888
- name: Gather Images in Default Branch
89-
uses: docker://ghcr.io/allenporter/flux-local:v6.1.0
89+
uses: docker://ghcr.io/allenporter/flux-local:v6.1.1
9090
with:
9191
args: >-
9292
get cluster
@@ -96,7 +96,7 @@ jobs:
9696
--output-file default.yaml
9797
9898
- name: Gather Images in Pull Request Branch
99-
uses: docker://ghcr.io/allenporter/flux-local:v6.1.0
99+
uses: docker://ghcr.io/allenporter/flux-local:v6.1.1
100100
with:
101101
args: >-
102102
get cluster

0 commit comments

Comments
 (0)