Skip to content

Commit ca0cb66

Browse files
authored
Merge pull request #1339 from kubean-io/dependabot/github_actions/docker/build-push-action-6.7.0
Bump docker/build-push-action from 6.5.0 to 6.7.0
2 parents f50138e + 96da4ad commit ca0cb66

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/call-build-imgs-for-kubean.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.GITHUB_TOKEN }}
6969

7070
- name: ${{ matrix.name }} image build
71-
uses: docker/build-push-action@v6.5.0
71+
uses: docker/build-push-action@v6.7.0
7272
with:
7373
context: ./
7474
file: ${{ matrix.dockerfile }}

.github/workflows/call-build-imgs-for-spray.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: kubespray base image build
9494
if: ${{ steps.check.outputs.need_rebuild == 'true' }}
95-
uses: docker/build-push-action@v6.5.0
95+
uses: docker/build-push-action@v6.7.0
9696
with:
9797
context: ./
9898
file: build/images/kubespray/Dockerfile

.github/workflows/call-os-pkgs-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Build OS packages to local
5151
if: ${{ steps.check.outputs.need_rebuild == 'true' }}
52-
uses: docker/build-push-action@v6.5.0
52+
uses: docker/build-push-action@v6.7.0
5353
with:
5454
context: .
5555
file: ${{ matrix.dockerfile }}

.github/workflows/manual-kubespray-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
password: ${{ secrets.GITHUB_TOKEN }}
9696

9797
- name: sprayjob image build
98-
uses: docker/build-push-action@v6.5.0
98+
uses: docker/build-push-action@v6.7.0
9999
with:
100100
context: ./
101101
file: build/images/spray-job/Dockerfile
@@ -140,7 +140,7 @@ jobs:
140140
password: ${{ secrets.GITHUB_TOKEN }}
141141

142142
- name: airgap-patch image build
143-
uses: docker/build-push-action@v6.5.0
143+
uses: docker/build-push-action@v6.7.0
144144
with:
145145
context: ./
146146
file: build/images/airgap-patch/Dockerfile

0 commit comments

Comments
 (0)