We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1768f14 + 2fe1426 commit 665f736Copy full SHA for 665f736
.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