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 df9293f commit 0e44961Copy full SHA for 0e44961
.github/workflows/docker.yaml
@@ -46,7 +46,7 @@ jobs:
46
username: ${{ github.actor }}
47
password: ${{ secrets.GITHUB_TOKEN }}
48
- name: Build and push
49
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
50
with:
51
context: .
52
platforms: linux/amd64,linux/arm64
0 commit comments