@@ -36,92 +36,92 @@ jobs:
3636 uses : docker/build-push-action@v6
3737 with :
3838 build-args : |
39- PG_VERSION=15.14
39+ PG_VERSION=15.15
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.14
47+ flyio/postgres-flex:15.15
4848 -
4949 name : Build and push Postgres 15 Timescale DB
5050 id : docker_build_15_timescaledb
5151 uses : docker/build-push-action@v6
5252 with :
5353 build-args : |
54- PG_VERSION=15.14
54+ PG_VERSION=15.15
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.14
62+ flyio/postgres-flex-timescaledb:15.15
6363
6464 -
6565 name : Build and push Postgres 16
6666 id : docker_build_16
6767 uses : docker/build-push-action@v6
6868 with :
6969 build-args : |
70- PG_VERSION=16.10
70+ PG_VERSION=16.11
7171 PG_MAJOR_VERSION=16
7272 VERSION=${{ steps.get-latest-tag.outputs.tag }}
7373 context : .
7474 file : ./pg16/Dockerfile
7575 push : true
7676 tags : |
7777 flyio/postgres-flex:16
78- flyio/postgres-flex:16.10
78+ flyio/postgres-flex:16.11
7979 -
8080 name : Build and push Postgres 16 Timescale DB
8181 id : docker_build_16_timescaledb
8282 uses : docker/build-push-action@v6
8383 with :
8484 build-args : |
85- PG_VERSION=16.10
85+ PG_VERSION=16.11
8686 PG_MAJOR_VERSION=16
8787 VERSION=${{ steps.get-latest-tag.outputs.tag }}
8888 context : .
8989 file : ./pg16/Dockerfile-timescaledb
9090 push : true
9191 tags : |
9292 flyio/postgres-flex-timescaledb:16
93- flyio/postgres-flex-timescaledb:16.10
93+ flyio/postgres-flex-timescaledb:16.11
9494
9595 -
9696 name : Build and push Postgres 17
9797 id : docker_build_17
9898 uses : docker/build-push-action@v6
9999 with :
100100 build-args : |
101- PG_VERSION=17.6
101+ PG_VERSION=17.7
102102 PG_MAJOR_VERSION=17
103103 VERSION=${{ steps.get-latest-tag.outputs.tag }}
104104 context : .
105105 file : ./pg17/Dockerfile
106106 push : true
107107 tags : |
108108 flyio/postgres-flex:17
109- flyio/postgres-flex:17.6
109+ flyio/postgres-flex:17.7
110110 -
111111 name : Build and push Postgres 17 Timescale DB
112112 id : docker_build_17_timescaledb
113113 uses : docker/build-push-action@v6
114114 with :
115115 build-args : |
116- PG_VERSION=17.6
116+ PG_VERSION=17.7
117117 PG_MAJOR_VERSION=17
118118 VERSION=${{ steps.get-latest-tag.outputs.tag }}
119119 context : .
120120 file : ./pg17/Dockerfile-timescaledb
121121 push : true
122122 tags : |
123123 flyio/postgres-flex-timescaledb:17
124- flyio/postgres-flex-timescaledb:17.6
124+ flyio/postgres-flex-timescaledb:17.7
125125
126126 -
127127 name : Build and push Postgres 18
0 commit comments