Skip to content

Commit

Permalink
build(deps): bump docker/setup-buildx-action from 2 to 3 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 2b8cb75 commit 688e133
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 @@ -15,7 +15,7 @@ jobs:

- uses: docker/setup-qemu-action@v2

- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3

- uses: docker/login-action@v2 # Action page: <https://github.com/docker/login-action>
with: {username: '${{ secrets.DOCKER_LOGIN }}', password: '${{ secrets.DOCKER_PASSWORD }}'}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs: # Docs: <https://git.io/JvxXE>

- uses: docker/setup-qemu-action@v2

- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
with: {driver-opts: network=host}

- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
Expand Down

0 comments on commit 688e133

Please sign in to comment.