File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments