Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#29)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
1 parent 651beb3 commit 57e3410
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pgpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
type=ref,event=pr
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile.pgpool
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
type=ref,event=pr
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pgpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
type=ref,event=pr
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile.pgpool
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Build and push Docker image for latest release
if: env.BRANCH == env.LATEST
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -81,7 +81,7 @@ jobs:

- name: Build and push Docker image for other releases
if: env.BRANCH != env.LATEST
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 57e3410

Please sign in to comment.