Skip to content

Commit

Permalink
ci: bump docker/build-push-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Sep 19, 2023
1 parent ab8635c commit a3722e9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build and push bundle container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: bundle.Dockerfile
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build and push controller container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build and push sidecar container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: build/Containerfile.sidecar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: "1.20"

- name: Build container container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build bundle container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: bundle.Dockerfile
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build and push controller container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build and push sidecar container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: build/Containerfile.sidecar
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: make bundle-validate

- name: Build bundle container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: bundle.Dockerfile
Expand All @@ -48,7 +48,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build container container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand All @@ -70,7 +70,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build sidecar container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: build/Containerfile.sidecar
Expand Down

0 comments on commit a3722e9

Please sign in to comment.