Skip to content

Commit 51c82b6

Browse files
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7aeb7c8 commit 51c82b6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build and push Postgres 15
3131
id: docker_build_15
32-
uses: docker/build-push-action@v6
32+
uses: docker/build-push-action@v7
3333
with:
3434
build-args: |
3535
PG_VERSION=15.10
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Build and push Postgres 15 Timescale DB
4646
id: docker_build_15_timescaledb
47-
uses: docker/build-push-action@v6
47+
uses: docker/build-push-action@v7
4848
with:
4949
build-args: |
5050
PG_VERSION=15.10
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Build and push Postgres 16
6161
id: docker_build_16
62-
uses: docker/build-push-action@v6
62+
uses: docker/build-push-action@v7
6363
with:
6464
build-args: |
6565
PG_VERSION=16.6
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Build and push Postgres 16 Timescale DB
7676
id: docker_build_16_timescaledb
77-
uses: docker/build-push-action@v6
77+
uses: docker/build-push-action@v7
7878
with:
7979
build-args: |
8080
PG_VERSION=16.6
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Build and push Postgres 17
9191
id: docker_build_17
92-
uses: docker/build-push-action@v6
92+
uses: docker/build-push-action@v7
9393
with:
9494
build-args: |
9595
PG_VERSION=17.2
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Build and push Postgres 17 Timescale DB
106106
id: docker_build_17_timescaledb
107-
uses: docker/build-push-action@v6
107+
uses: docker/build-push-action@v7
108108
with:
109109
build-args: |
110110
PG_VERSION=17.2

0 commit comments

Comments
 (0)