Skip to content

Commit

Permalink
build(deps): bump docker/setup-buildx-action from 2 to 3 (#4230)
Browse files Browse the repository at this point in the history
  • Loading branch information
wy65701436 committed Jan 12, 2024
2 parents e780c8b + f234296 commit 9dfead3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 9dfead3

Please sign in to comment.