Skip to content

Commit

Permalink
Update docker/setup-buildx-action action to v3 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 9252aa6 commit 640948e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: docker/setup-qemu-action@v3 # Action page: <https://github.com/docker/setup-qemu-action>

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build image
uses: docker/build-push-action@v5 # Action page: <https://github.com/docker/build-push-action>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: docker/setup-qemu-action@v3 # Action page: <https://github.com/docker/setup-qemu-action>

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 # Action page: <https://github.com/docker/setup-buildx-action>
uses: docker/setup-buildx-action@v3 # Action page: <https://github.com/docker/setup-buildx-action>
with:
driver-opts: network=host

Expand Down

0 comments on commit 640948e

Please sign in to comment.