We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f239344 commit cb43ea5Copy full SHA for cb43ea5
.github/workflows/publish_canary.yml
@@ -40,7 +40,7 @@ jobs:
40
restore-keys: |
41
${{ runner.os }}-buildx-
42
- name: Build, tag, and push image to Amazon ECR
43
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
44
env:
45
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
46
ECR_REPOSITORY: web3inbox-canary
0 commit comments