Skip to content

Commit

Permalink
Merge pull request #1289 from kubean-io/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6.1.0

Bump docker/build-push-action from 6.0.0 to 6.1.0
  • Loading branch information
ErikJiang authored Jun 27, 2024
2 parents bbd8e49 + 2841427 commit 0b1086b
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 @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: ${{ matrix.name }} image build
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.1.0
with:
context: ./
file: ${{ matrix.dockerfile }}
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 @@ -92,7 +92,7 @@ jobs:

- name: kubespray base image build
if: ${{ steps.check.outputs.need_rebuild == 'true' }}
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.1.0
with:
context: ./
file: build/images/kubespray/Dockerfile
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 @@ -49,7 +49,7 @@ jobs:

- name: Build OS packages to local
if: ${{ steps.check.outputs.need_rebuild == 'true' }}
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.1.0
with:
context: .
file: ${{ matrix.dockerfile }}
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 @@ -95,7 +95,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: sprayjob image build
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.1.0
with:
context: ./
file: build/images/spray-job/Dockerfile
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: airgap-patch image build
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.1.0
with:
context: ./
file: build/images/airgap-patch/Dockerfile
Expand Down

0 comments on commit 0b1086b

Please sign in to comment.