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 c7e3b5b commit 50dfde9Copy full SHA for 50dfde9
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
password: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Build and push containers
34
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
35
with:
36
platforms: linux/arm,linux/amd64,linux/arm64/v8
37
push: true
0 commit comments