Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
  • Loading branch information
welteki authored and alexellis committed Jan 17, 2025
1 parent 4736a69 commit ac10bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Local build
id: local_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
outputs: "type=docker,push=false"
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Release build
id: release_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
outputs: "type=registry,push=true"
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit ac10bba

Please sign in to comment.