Skip to content

Commit 57e3410

Browse files
Bump docker/build-push-action from 5 to 6 (#29)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 651beb3 commit 57e3410

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-pgpool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
type=ref,event=pr
4848
4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@v5
50+
uses: docker/build-push-action@v6
5151
with:
5252
file: Dockerfile.pgpool
5353
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
type=ref,event=pr
4747
4848
- name: Build and push Docker image
49-
uses: docker/build-push-action@v5
49+
uses: docker/build-push-action@v6
5050
with:
5151
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
5252
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}

.github/workflows/release-pgpool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
type=ref,event=pr
5555
5656
- name: Build and push Docker image
57-
uses: docker/build-push-action@v5
57+
uses: docker/build-push-action@v6
5858
with:
5959
file: Dockerfile.pgpool
6060
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Build and push Docker image for latest release
7474
if: env.BRANCH == env.LATEST
75-
uses: docker/build-push-action@v5
75+
uses: docker/build-push-action@v6
7676
with:
7777
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
7878
push: ${{ github.event_name != 'pull_request' }}
@@ -81,7 +81,7 @@ jobs:
8181

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

0 commit comments

Comments
 (0)