Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update ghcr.io/allenporter/flux-local ( v6.0.2 → v6.1.0 ) #6419

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: pull

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:v6.0.2@sha256:75724e414519d955027a7b2b9eb0c64aa7d41dc2b5cfd2607d46cdeff79f713c
uses: docker://ghcr.io/allenporter/flux-local:v6.1.0@sha256:8a2f3a9be04eab03754614313088588fd63761a1ad93081a5a2ad56f6f2e8e4f
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 @@ -48,7 +48,7 @@ jobs:
path: pull

- name: Gather Images in Default Branch
uses: docker://ghcr.io/allenporter/flux-local:v6.0.2@sha256:75724e414519d955027a7b2b9eb0c64aa7d41dc2b5cfd2607d46cdeff79f713c
uses: docker://ghcr.io/allenporter/flux-local:v6.1.0@sha256:8a2f3a9be04eab03754614313088588fd63761a1ad93081a5a2ad56f6f2e8e4f
with:
args: >-
get cluster
Expand All @@ -58,7 +58,7 @@ jobs:
--output-file default.yaml

- name: Gather Images in Pull Request Branch
uses: docker://ghcr.io/allenporter/flux-local:v6.0.2@sha256:75724e414519d955027a7b2b9eb0c64aa7d41dc2b5cfd2607d46cdeff79f713c
uses: docker://ghcr.io/allenporter/flux-local:v6.1.0@sha256:8a2f3a9be04eab03754614313088588fd63761a1ad93081a5a2ad56f6f2e8e4f
with:
args: >-
get cluster
Expand Down
Loading