Skip to content

Commit c8f6962

Browse files
chore(deps): bump docker/build-push-action from 5 to 6
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-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 497383c commit c8f6962

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Build and push Docker image
5353
id: build
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: .
5757
platforms: linux/amd64,linux/arm64

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: docker/setup-buildx-action@v3
9191

9292
- name: Build image for version detection
93-
uses: docker/build-push-action@v5
93+
uses: docker/build-push-action@v6
9494
with:
9595
context: .
9696
platforms: linux/amd64
@@ -254,7 +254,7 @@ jobs:
254254
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
255255
256256
- name: Build and push PostgreSQL ${{ matrix.pg_version }} (${{ matrix.arch }})
257-
uses: docker/build-push-action@v5
257+
uses: docker/build-push-action@v6
258258
with:
259259
context: .
260260
platforms: ${{ matrix.platform }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-buildx-action@v3
2626

2727
- name: Build Docker image (amd64 only)
28-
uses: docker/build-push-action@v5
28+
uses: docker/build-push-action@v6
2929
with:
3030
context: .
3131
platforms: linux/amd64

0 commit comments

Comments
 (0)