Skip to content

Commit 2d8500e

Browse files
Bump docker/build-push-action from 7.1.0 to 7.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5284e0 commit 2d8500e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 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@v7.1.0
32+
uses: docker/build-push-action@v7.2.0
3333
with:
3434
build-args: |
3535
PG_VERSION=15.15
@@ -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@v7.1.0
47+
uses: docker/build-push-action@v7.2.0
4848
with:
4949
build-args: |
5050
PG_VERSION=15.15
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Build and push Postgres 16
6161
id: docker_build_16
62-
uses: docker/build-push-action@v7.1.0
62+
uses: docker/build-push-action@v7.2.0
6363
with:
6464
build-args: |
6565
PG_VERSION=16.11
@@ -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@v7.1.0
77+
uses: docker/build-push-action@v7.2.0
7878
with:
7979
build-args: |
8080
PG_VERSION=16.11
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Build and push Postgres 17
9191
id: docker_build_17
92-
uses: docker/build-push-action@v7.1.0
92+
uses: docker/build-push-action@v7.2.0
9393
with:
9494
build-args: |
9595
PG_VERSION=17.7
@@ -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@v7.1.0
107+
uses: docker/build-push-action@v7.2.0
108108
with:
109109
build-args: |
110110
PG_VERSION=17.7
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Build and push Postgres 18
121121
id: docker_build_18
122-
uses: docker/build-push-action@v7.1.0
122+
uses: docker/build-push-action@v7.2.0
123123
with:
124124
build-args: |
125125
PG_VERSION=18.1
@@ -134,7 +134,7 @@ jobs:
134134
135135
- name: Build and push Postgres 18 Timescale DB
136136
id: docker_build_18_timescaledb
137-
uses: docker/build-push-action@v7.1.0
137+
uses: docker/build-push-action@v7.2.0
138138
with:
139139
build-args: |
140140
PG_VERSION=18.1

0 commit comments

Comments
 (0)