Skip to content

Commit 9763425

Browse files
Bump docker/build-push-action from 3 to 6 (#295)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9301cbf commit 9763425

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@v3
36+
uses: docker/build-push-action@v6
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@v3
51+
uses: docker/build-push-action@v6
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@v3
67+
uses: docker/build-push-action@v6
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@v3
82+
uses: docker/build-push-action@v6
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@v3
98+
uses: docker/build-push-action@v6
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@v3
113+
uses: docker/build-push-action@v6
114114
with:
115115
build-args: |
116116
PG_VERSION=17.2

0 commit comments

Comments
 (0)