From 9bb685dfab3e0611a474e119c61ac9af0ffe6c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:26:56 +0000 Subject: [PATCH] Bump citizensadvice/build-and-push-action Bumps [citizensadvice/build-and-push-action](https://github.com/citizensadvice/build-and-push-action) from be6164e42eb03fee4e31e49b0e202a77d164d6d5 to f75961b74f734f04e11b573306120c084ee9c941. - [Release notes](https://github.com/citizensadvice/build-and-push-action/releases) - [Commits](https://github.com/citizensadvice/build-and-push-action/compare/be6164e42eb03fee4e31e49b0e202a77d164d6d5...f75961b74f734f04e11b573306120c084ee9c941) --- updated-dependencies: - dependency-name: citizensadvice/build-and-push-action dependency-version: f75961b74f734f04e11b573306120c084ee9c941 dependency-type: direct:production ... 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 29985d8..ea7f62e 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@be6164e42eb03fee4e31e49b0e202a77d164d6d5 + uses: citizensadvice/build-and-push-action@f75961b74f734f04e11b573306120c084ee9c941 with: aws_access_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }} aws_secret_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }}