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 f9ff7af commit 30655b0Copy full SHA for 30655b0
.github/workflows/publish.yaml
@@ -46,7 +46,7 @@ jobs:
46
registry: ghcr.io
47
-
48
name: Build and Push container images (non-root)
49
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
50
with:
51
context: .
52
file: ./Dockerfile
@@ -63,7 +63,7 @@ jobs:
63
${{ env.IMAGE_PREFIX }}:latest
64
65
name: Build and Push container images (root)
66
67
68
69
@@ -80,7 +80,7 @@ jobs:
80
${{ env.IMAGE_PREFIX }}:latest-root
81
82
name: Build binaries for multiple environments
83
- uses: docker/build-push-action@v5
84
85
86
file: ./Dockerfile.redist
0 commit comments