this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(github-action): update image ghcr.io/allenporter/flux-local ( v8.1.0 → v8.2.0 )

| datasource | package | from | to |
| ---------- | ------------------------------ | ------ | ------ |
| docker | ghcr.io/allenporter/flux-local | v8.1.0 | v8.2.0 |

authored by

samip5-bot[bot] and committed by
GitHub
cc12185d b9a20a0c

+3 -3
+1 -1
.github/workflows/flux-diff.yaml
··· 77 77 path: default 78 78 79 79 - name: Diff Resources 80 - uses: docker://ghcr.io/allenporter/flux-local:v8.1.0 80 + uses: docker://ghcr.io/allenporter/flux-local:v8.2.0 81 81 with: 82 82 args: >- 83 83 diff ${{ matrix.resources }}
+2 -2
.github/workflows/flux-image-test.yaml
··· 85 85 path: pull 86 86 87 87 - name: Gather Images in Default Branch 88 - uses: docker://ghcr.io/allenporter/flux-local:v8.1.0 88 + uses: docker://ghcr.io/allenporter/flux-local:v8.2.0 89 89 with: 90 90 args: >- 91 91 get cluster ··· 95 95 --output-file default.yaml 96 96 97 97 - name: Gather Images in Pull Request Branch 98 - uses: docker://ghcr.io/allenporter/flux-local:v8.1.0 98 + uses: docker://ghcr.io/allenporter/flux-local:v8.2.0 99 99 with: 100 100 args: >- 101 101 get cluster