File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,30 +36,30 @@ jobs:
3636 uses : docker/build-push-action@v3
3737 with :
3838 build-args : |
39- PG_VERSION=15.6
39+ PG_VERSION=15.7
4040 PG_MAJOR_VERSION=15
4141 VERSION=${{ steps.get-latest-tag.outputs.tag }}
4242 context : .
4343 file : ./pg15/Dockerfile
4444 push : true
4545 tags : |
4646 flyio/postgres-flex:15
47- flyio/postgres-flex:15.6
47+ flyio/postgres-flex:15.7
4848 -
4949 name : Build and push Postgres 15 Timescale DB
5050 id : docker_build_15_timescaledb
5151 uses : docker/build-push-action@v3
5252 with :
5353 build-args : |
54- PG_VERSION=15.6
54+ PG_VERSION=15.7
5555 PG_MAJOR_VERSION=15
5656 VERSION=${{ steps.get-latest-tag.outputs.tag }}
5757 context : .
5858 file : ./pg15/Dockerfile-timescaledb
5959 push : true
6060 tags : |
6161 flyio/postgres-flex-timescaledb:15
62- flyio/postgres-flex-timescaledb:15.6
62+ flyio/postgres-flex-timescaledb:15.7
6363
6464 -
6565 name : Build and push Postgres 16
Original file line number Diff line number Diff line change 1- ARG PG_VERSION=15.6
1+ ARG PG_VERSION=15.7
22ARG PG_MAJOR_VERSION=15
33ARG VERSION=custom
44
Original file line number Diff line number Diff line change 1- ARG PG_VERSION=15.6
1+ ARG PG_VERSION=15.7
22ARG PG_MAJOR_VERSION=15
33ARG VERSION=custom
44
You can’t perform that action at this time.
0 commit comments