Skip to content

Commit

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

dep: bump docker/setup-buildx-action from 1 to 3
  • Loading branch information
c9s authored Aug 20, 2024
2 parents c03f5f4 + c358059 commit a1c77e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit a1c77e4

Please sign in to comment.