From 8e4a7fd15de43e68ab78edd3908e4f1377ecec49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:25:33 +0000 Subject: [PATCH] Bump citizensadvice/build-and-push-action from 7 to 8 Bumps [citizensadvice/build-and-push-action](https://github.com/citizensadvice/build-and-push-action) from 7 to 8. - [Release notes](https://github.com/citizensadvice/build-and-push-action/releases) - [Commits](https://github.com/citizensadvice/build-and-push-action/compare/ee9b56c48ba042c046398776b4bbab8af71ea7ba...2673f014a3a9e28daae39c71949949155fad937d) --- updated-dependencies: - dependency-name: citizensadvice/build-and-push-action dependency-version: '8' 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 fc0ee9d..01c1c0f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Build and push to ECR - uses: citizensadvice/build-and-push-action@ee9b56c48ba042c046398776b4bbab8af71ea7ba + uses: citizensadvice/build-and-push-action@2673f014a3a9e28daae39c71949949155fad937d with: aws_access_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }} aws_secret_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }}