Skip to content

Commit 32aa751

Browse files
authored
Merge pull request #13 from bkahlert/dependabot/github_actions/docker/setup-buildx-action-2
build(deps): bump docker/setup-buildx-action from 1 to 2
2 parents 559dc17 + efc51a7 commit 32aa751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/setup-qemu-action@v2
5050

5151
- name: Set up Docker Buildx
52-
uses: docker/setup-buildx-action@v1
52+
uses: docker/setup-buildx-action@v2
5353

5454
- name: Login to DockerHub
5555
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)