From cb43ea5f91abd0909cb63d1556cab90ee1aeca59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:05:13 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/publish_canary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_canary.yml b/.github/workflows/publish_canary.yml index bd56de48..63ce6576 100644 --- a/.github/workflows/publish_canary.yml +++ b/.github/workflows/publish_canary.yml @@ -40,7 +40,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Build, tag, and push image to Amazon ECR - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPOSITORY: web3inbox-canary