Skip to content

Commit

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

Bump docker/setup-buildx-action from 3.4.0 to 3.6.1
  • Loading branch information
ErikJiang authored Jul 31, 2024
2 parents 8227867 + b919bf1 commit 6816835
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-build-imgs-for-kubean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/setup-qemu-action@v3

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

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-imgs-for-spray.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Set up Docker Buildx
if: ${{ steps.check.outputs.need_rebuild == 'true' }}
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.6.1

- name: Login to GitHub Container Registry
if: ${{ steps.check.outputs.need_rebuild == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-os-pkgs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Set up Docker Buildx
if: ${{ steps.check.outputs.need_rebuild == 'true' }}
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.6.1

- name: Build OS packages to local
if: ${{ steps.check.outputs.need_rebuild == 'true' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-kubespray-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: docker/setup-qemu-action@v3

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

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
uses: docker/setup-qemu-action@v3

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

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 6816835

Please sign in to comment.