From e8da23e9bf5ff201357979374031d4e45b0cb18f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:50: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 01662235..96bb0080 100644 --- a/.github/workflows/publish_canary.yml +++ b/.github/workflows/publish_canary.yml @@ -39,7 +39,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