Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.4.0 to 6.5.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.4.0...v6.5.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent f9394fb commit 4df67e2
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.4.0
uses: docker/build-push-action@v6.5.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.4.0
uses: docker/build-push-action@v6.5.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.4.0
uses: docker/build-push-action@v6.5.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.4.0
uses: docker/build-push-action@v6.5.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.4.0
uses: docker/build-push-action@v6.5.0
with:
context: ./
file: build/images/airgap-patch/Dockerfile
Expand Down

0 comments on commit 4df67e2

Please sign in to comment.