Skip to content

Commit ae9236b

Browse files
authored
Merge pull request #158 from jupyterhub/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1 to 2
2 parents d4e2346 + d4fef57 commit ae9236b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
# https://github.com/docker/setup-buildx-action
7777
- name: Setup docker buildx
78-
uses: docker/setup-buildx-action@v1
78+
uses: docker/setup-buildx-action@v2
7979
with:
8080
# Allows pushing to registry on localhost:5000
8181
driver-opts: network=host

0 commit comments

Comments
 (0)