Skip to content

Commit 30655b0

Browse files
committed
Update actions for publish
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent f9ff7af commit 30655b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
registry: ghcr.io
4747
-
4848
name: Build and Push container images (non-root)
49-
uses: docker/build-push-action@v3
49+
uses: docker/build-push-action@v6
5050
with:
5151
context: .
5252
file: ./Dockerfile
@@ -63,7 +63,7 @@ jobs:
6363
${{ env.IMAGE_PREFIX }}:latest
6464
-
6565
name: Build and Push container images (root)
66-
uses: docker/build-push-action@v3
66+
uses: docker/build-push-action@v6
6767
with:
6868
context: .
6969
file: ./Dockerfile
@@ -80,7 +80,7 @@ jobs:
8080
${{ env.IMAGE_PREFIX }}:latest-root
8181
-
8282
name: Build binaries for multiple environments
83-
uses: docker/build-push-action@v5
83+
uses: docker/build-push-action@v6
8484
with:
8585
context: .
8686
file: ./Dockerfile.redist

0 commit comments

Comments
 (0)