mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
build(deps): bump docker/setup-buildx-action from 2 to 3 (#4230)
This commit is contained in:
commit
9dfead3d9a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
||||
org.opencontainers.image.description=The toolkit to pack, ship, store, and distribute container content
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Login to DockerHub
|
||||
if: github.event_name != 'pull_request'
|
||||
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
id: pages
|
||||
uses: actions/configure-pages@v4
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build docs
|
||||
uses: docker/bake-action@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user