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