Skip to content

Commit

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

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
prymitive committed Sep 14, 2023
2 parents 1dd30ac + 99f21b8 commit 4e92fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 and push
id: docker_build
Expand All @@ -50,7 +50,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 and push
id: docker_build
Expand Down

0 comments on commit 4e92fe3

Please sign in to comment.