From 9bba4e4283cdb91d1f13f02b4898162a66e2c9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:35:30 +0000 Subject: [PATCH] chore(deps): bump guardian/actions-publish-image in /.github/workflows Bumps [guardian/actions-publish-image](https://github.com/guardian/actions-publish-image) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/guardian/actions-publish-image/releases) - [Commits](https://github.com/guardian/actions-publish-image/compare/v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: guardian/actions-publish-image dependency-version: 0.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/container-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-production.yml b/.github/workflows/container-production.yml index 0ac16e03f3f..e2427b1f8bd 100644 --- a/.github/workflows/container-production.yml +++ b/.github/workflows/container-production.yml @@ -39,7 +39,7 @@ jobs: - name: Build image run: docker buildx build --platform linux/arm64 -f Production.dockerfile -t ${{ github.repository }}:latest . - name: Publish Image - uses: guardian/actions-publish-image@v0.0.7 + uses: guardian/actions-publish-image@v0.0.8 id: publish-image with: roleArn: ${{ secrets.GU_ARTIFACTS_ROLE_ARN }}