Skip to content

Commit 580101a

Browse files
authored
Merge pull request #1305 from jupyterhub/dependabot/github_actions/docker/setup-buildx-action-3
build(deps): bump docker/setup-buildx-action from 2 to 3
2 parents 2d82547 + df22b13 commit 580101a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

9999
- name: Set up Docker Buildx (for multi-arch builds)
100-
uses: docker/setup-buildx-action@v2
100+
uses: docker/setup-buildx-action@v3
101101
with:
102102
# Allows pushing to registry on localhost:5000
103103
driver-opts: network=host

0 commit comments

Comments
 (0)