We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8928381 commit 2fe1426Copy full SHA for 2fe1426
.github/workflows/docker.yml
@@ -24,7 +24,7 @@ jobs:
24
registry: ghcr.io
25
username: ${{ github.actor }}
26
password: ${{ github.token }}
27
- - uses: docker/build-push-action@v4
+ - uses: docker/build-push-action@v6
28
with:
29
context: .
30
platforms: linux/amd64,linux/arm64
0 commit comments