Skip to content

Commit

Permalink
CI: Upgrade docker/build-push-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Jun 20, 2023
1 parent 7821e74 commit 6aedde2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build client
id: build_client
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Build client-standalone
id: build_client_standalone
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Build server
id: build_server
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 6aedde2

Please sign in to comment.