Skip to content

Commit

Permalink
Merge pull request #339 from docker/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…setup-buildx-action-3

chore(deps): Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
crazy-max authored Sep 13, 2023
2 parents 2c2bdde + b87668a commit c0f15f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host
-
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
-
name: Build
uses: docker/bake-action@v4
Expand Down

0 comments on commit c0f15f0

Please sign in to comment.