Skip to content

Commit

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

---
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 Aug 2, 2022
1 parent 4e285cf commit b027336
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

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

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

- name: Build and push sidecar container image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: build/Containerfile.sidecar
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 @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build bundle container image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
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@v2
uses: docker/build-push-action@v3
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@v2
uses: docker/build-push-action@v3
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 @@ -26,7 +26,7 @@ jobs:
run: make bundle-validate

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

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

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

0 comments on commit b027336

Please sign in to comment.