From 15fea5ed355cdfb4c02f108606253e48a0f02a10 Mon Sep 17 00:00:00 2001 From: "unsc-oni-ancilla[bot]" <121069198+unsc-oni-ancilla[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 06:11:54 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20action=20ghcr.io?= =?UTF-8?q?/allenporter/flux-local=20(=20v7.11.0=20=E2=9E=94=20v8.0.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/flux-local.yaml | 4 ++-- .github/workflows/image-pull.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flux-local.yaml b/.github/workflows/flux-local.yaml index ae1dce947..20f7fae36 100644 --- a/.github/workflows/flux-local.yaml +++ b/.github/workflows/flux-local.yaml @@ -46,7 +46,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Run flux-local test - uses: docker://ghcr.io/allenporter/flux-local:v7.11.0 + uses: docker://ghcr.io/allenporter/flux-local:v8.0.0 env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} with: @@ -95,7 +95,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Run flux-local diff - uses: docker://ghcr.io/allenporter/flux-local:v7.11.0 + uses: docker://ghcr.io/allenporter/flux-local:v8.0.0 env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} with: diff --git a/.github/workflows/image-pull.yaml b/.github/workflows/image-pull.yaml index 6c32f7dea..7ebdf04df 100644 --- a/.github/workflows/image-pull.yaml +++ b/.github/workflows/image-pull.yaml @@ -56,7 +56,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Gather Images - uses: docker://ghcr.io/allenporter/flux-local:v7.11.0 + uses: docker://ghcr.io/allenporter/flux-local:v8.0.0 env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} with: