Skip to content

Commit

Permalink
Merge pull request #1499 from spidernet-io/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/setup-buildx-action-3.7.1

build(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1
  • Loading branch information
weizhoublue authored Oct 31, 2024
2 parents b6a7280 + d7e7390 commit b5d9aad
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-image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1

- name: Inspect builder
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
context: ./
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1

- name: Login to online register
uses: docker/[email protected]
Expand Down

0 comments on commit b5d9aad

Please sign in to comment.