Skip to content

Commit 5874780

Browse files
authored
Merge pull request #28 from rustrial/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2 parents 0e3731e + f40ae12 commit 5874780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Available platforms
3030
run: echo ${{ steps.qemu.outputs.platforms }}
3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v2
32+
uses: docker/setup-buildx-action@v3
3333
- name: Login to DockerHub
3434
uses: docker/login-action@v2
3535
with:

0 commit comments

Comments
 (0)