Skip to content

Commit 8f0a046

Browse files
authored
Merge pull request #1398 from osnabrugge/renovate/ghcr.io-allenporter-flux-local-5.x
feat(github-action): update ghcr.io/allenporter/flux-local ( v5.3.1 → v5.4.0 )
2 parents 6845025 + e2a7a7e commit 8f0a046

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
@@ -77,7 +77,7 @@ jobs:
7777
path: default
7878

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

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

+2-2
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:v5.3.1
88+
uses: docker://ghcr.io/allenporter/flux-local:v5.4.0
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:v5.3.1
98+
uses: docker://ghcr.io/allenporter/flux-local:v5.4.0
9999
with:
100100
args: >-
101101
get cluster

0 commit comments

Comments
 (0)