Skip to content

Commit 9482f3c

Browse files
ci(github-action)!: Update image ghcr.io/allenporter/flux-local ( v6.1.1 → v7.2.1 )
| datasource | package | from | to | | ---------- | ------------------------------ | ------ | ------ | | docker | ghcr.io/allenporter/flux-local | v6.1.1 | v7.2.1 |
1 parent 6dbfbf1 commit 9482f3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/flux-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: default
7878

7979
- name: Diff Resources
80-
uses: docker://ghcr.io/allenporter/flux-local:v6.1.1
80+
uses: docker://ghcr.io/allenporter/flux-local:v7.2.1
8181
with:
8282
args: >-
8383
diff ${{ matrix.resources }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
path: pull
8686

8787
- name: Gather Images in Default Branch
88-
uses: docker://ghcr.io/allenporter/flux-local:v6.1.1
88+
uses: docker://ghcr.io/allenporter/flux-local:v7.2.1
8989
with:
9090
args: >-
9191
get cluster
@@ -95,7 +95,7 @@ jobs:
9595
--output-file default.yaml
9696
9797
- name: Gather Images in Pull Request Branch
98-
uses: docker://ghcr.io/allenporter/flux-local:v6.1.1
98+
uses: docker://ghcr.io/allenporter/flux-local:v7.2.1
9999
with:
100100
args: >-
101101
get cluster

0 commit comments

Comments
 (0)