Skip to content

Commit

Permalink
Update docker/setup-buildx-action action to v3 (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Presti <[email protected]>
  • Loading branch information
renovate[bot] and DxsSucuk authored Apr 29, 2024
1 parent 21aa5d7 commit 5f2208e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 5f2208e

Please sign in to comment.