Skip to content

Commit

Permalink
feat(github-action)!: Update image ghcr.io/allenporter/flux-local ( v…
Browse files Browse the repository at this point in the history
…6.1.1 → v7.0.0 )
  • Loading branch information
renovate[bot] authored and prehor committed Jan 7, 2025
1 parent 0cc8020 commit a02ff10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: default

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:v6.1.1
uses: docker://ghcr.io/allenporter/flux-local:v7.0.0
with:
args: >-
diff ${{ matrix.resources }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
path: pull

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

0 comments on commit a02ff10

Please sign in to comment.