Skip to content

Commit

Permalink
feat: flux-local pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Mar 12, 2024
1 parent 6aa8cac commit f235dd0
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 @@ -94,7 +94,7 @@ jobs:
path: default

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:main
uses: docker://ghcr.io/allenporter/flux-local:v4.3.1
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 @@ -102,7 +102,7 @@ jobs:
path: pull

- name: Gather Images in Default Branch
uses: docker://ghcr.io/allenporter/flux-local:main
uses: docker://ghcr.io/allenporter/flux-local:v4.3.1
with:
args: >-
get cluster
Expand All @@ -112,7 +112,7 @@ jobs:
--output-file default.yaml
- name: Gather Images in Pull Request Branch
uses: docker://ghcr.io/allenporter/flux-local:main
uses: docker://ghcr.io/allenporter/flux-local:v4.3.1
with:
args: >-
get cluster
Expand Down

0 comments on commit f235dd0

Please sign in to comment.