Skip to content

Commit ac10bba

Browse files
weltekialexellis
authored andcommitted
Update workflow actions
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 4736a69 commit ac10bba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-qemu-action@v3
2929
- name: Local build
3030
id: local_build
31-
uses: docker/build-push-action@v5
31+
uses: docker/build-push-action@v6
3232
with:
3333
outputs: "type=docker,push=false"
3434
platforms: linux/amd64

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Release build
4848
id: release_build
49-
uses: docker/build-push-action@v5
49+
uses: docker/build-push-action@v6
5050
with:
5151
outputs: "type=registry,push=true"
5252
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)