Skip to content

Commit

Permalink
Merge pull request #208 from kdoctor-io/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-buildx-action-3.0.0

Bump docker/setup-buildx-action from 2.10.0 to 3.0.0
  • Loading branch information
weizhoublue authored Oct 11, 2023
2 parents 1e96fab + 3e5ef4a commit cd0f9a4
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 @@ -54,7 +54,7 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3.0.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 @@ -48,7 +48,7 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3.0.0

- name: Login to online register
uses: docker/login-action@v2.2.0
Expand Down

0 comments on commit cd0f9a4

Please sign in to comment.