Skip to content

Commit

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

build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.3.0
  • Loading branch information
weizhoublue authored Apr 22, 2024
2 parents af75103 + 395ef94 commit 4b6680d
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.0.0
uses: docker/setup-buildx-action@v3.3.0

- 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.0.0
uses: docker/setup-buildx-action@v3.3.0

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

0 comments on commit 4b6680d

Please sign in to comment.