From 453b6d09019fdb49b24ca3bbcfcb7213bda416e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:38:14 +0000 Subject: [PATCH] Bump citizensadvice/build-and-push-action from 1 to 2 Bumps [citizensadvice/build-and-push-action](https://github.com/citizensadvice/build-and-push-action) from 1 to 2. - [Release notes](https://github.com/citizensadvice/build-and-push-action/releases) - [Commits](https://github.com/citizensadvice/build-and-push-action/compare/v1...v2) --- updated-dependencies: - dependency-name: citizensadvice/build-and-push-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5d44500..533e97c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Build and push to ECR - uses: citizensadvice/build-and-push-action@v1 + uses: citizensadvice/build-and-push-action@v2 with: aws_access_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }} aws_secret_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }}