Skip to content

Commit 6dd4311

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 19b3e13 commit 6dd4311

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
-
3434
name: Build and push Postgres 15
3535
id: docker_build_15
36-
uses: docker/build-push-action@v6
36+
uses: docker/build-push-action@v7
3737
with:
3838
build-args: |
3939
PG_VERSION=15.10
@@ -48,7 +48,7 @@ jobs:
4848
-
4949
name: Build and push Postgres 15 Timescale DB
5050
id: docker_build_15_timescaledb
51-
uses: docker/build-push-action@v6
51+
uses: docker/build-push-action@v7
5252
with:
5353
build-args: |
5454
PG_VERSION=15.10
@@ -64,7 +64,7 @@ jobs:
6464
-
6565
name: Build and push Postgres 16
6666
id: docker_build_16
67-
uses: docker/build-push-action@v6
67+
uses: docker/build-push-action@v7
6868
with:
6969
build-args: |
7070
PG_VERSION=16.6
@@ -79,7 +79,7 @@ jobs:
7979
-
8080
name: Build and push Postgres 16 Timescale DB
8181
id: docker_build_16_timescaledb
82-
uses: docker/build-push-action@v6
82+
uses: docker/build-push-action@v7
8383
with:
8484
build-args: |
8585
PG_VERSION=16.6
@@ -95,7 +95,7 @@ jobs:
9595
-
9696
name: Build and push Postgres 17
9797
id: docker_build_17
98-
uses: docker/build-push-action@v6
98+
uses: docker/build-push-action@v7
9999
with:
100100
build-args: |
101101
PG_VERSION=17.2
@@ -110,7 +110,7 @@ jobs:
110110
-
111111
name: Build and push Postgres 17 Timescale DB
112112
id: docker_build_17_timescaledb
113-
uses: docker/build-push-action@v6
113+
uses: docker/build-push-action@v7
114114
with:
115115
build-args: |
116116
PG_VERSION=17.2

0 commit comments

Comments
 (0)