@@ -36,92 +36,92 @@ jobs:
36
36
uses : docker/build-push-action@v3
37
37
with :
38
38
build-args : |
39
- PG_VERSION=15.10
39
+ PG_VERSION=15.12
40
40
PG_MAJOR_VERSION=15
41
41
VERSION=${{ steps.get-latest-tag.outputs.tag }}
42
42
context : .
43
43
file : ./pg15/Dockerfile
44
44
push : true
45
45
tags : |
46
46
flyio/postgres-flex:15
47
- flyio/postgres-flex:15.10
47
+ flyio/postgres-flex:15.12
48
48
-
49
49
name : Build and push Postgres 15 Timescale DB
50
50
id : docker_build_15_timescaledb
51
51
uses : docker/build-push-action@v3
52
52
with :
53
53
build-args : |
54
- PG_VERSION=15.10
54
+ PG_VERSION=15.12
55
55
PG_MAJOR_VERSION=15
56
56
VERSION=${{ steps.get-latest-tag.outputs.tag }}
57
57
context : .
58
58
file : ./pg15/Dockerfile-timescaledb
59
59
push : true
60
60
tags : |
61
61
flyio/postgres-flex-timescaledb:15
62
- flyio/postgres-flex-timescaledb:15.10
62
+ flyio/postgres-flex-timescaledb:15.12
63
63
64
64
-
65
65
name : Build and push Postgres 16
66
66
id : docker_build_16
67
67
uses : docker/build-push-action@v3
68
68
with :
69
69
build-args : |
70
- PG_VERSION=16.6
70
+ PG_VERSION=16.8
71
71
PG_MAJOR_VERSION=16
72
72
VERSION=${{ steps.get-latest-tag.outputs.tag }}
73
73
context : .
74
74
file : ./pg16/Dockerfile
75
75
push : true
76
76
tags : |
77
77
flyio/postgres-flex:16
78
- flyio/postgres-flex:16.6
78
+ flyio/postgres-flex:16.8
79
79
-
80
80
name : Build and push Postgres 16 Timescale DB
81
81
id : docker_build_16_timescaledb
82
82
uses : docker/build-push-action@v3
83
83
with :
84
84
build-args : |
85
- PG_VERSION=16.6
85
+ PG_VERSION=16.8
86
86
PG_MAJOR_VERSION=16
87
87
VERSION=${{ steps.get-latest-tag.outputs.tag }}
88
88
context : .
89
89
file : ./pg16/Dockerfile-timescaledb
90
90
push : true
91
91
tags : |
92
92
flyio/postgres-flex-timescaledb:16
93
- flyio/postgres-flex-timescaledb:16.6
93
+ flyio/postgres-flex-timescaledb:16.8
94
94
95
95
-
96
96
name : Build and push Postgres 17
97
97
id : docker_build_17
98
98
uses : docker/build-push-action@v3
99
99
with :
100
100
build-args : |
101
- PG_VERSION=17.2
101
+ PG_VERSION=17.4
102
102
PG_MAJOR_VERSION=17
103
103
VERSION=${{ steps.get-latest-tag.outputs.tag }}
104
104
context : .
105
105
file : ./pg17/Dockerfile
106
106
push : true
107
107
tags : |
108
108
flyio/postgres-flex:17
109
- flyio/postgres-flex:17.2
109
+ flyio/postgres-flex:17.4
110
110
-
111
111
name : Build and push Postgres 17 Timescale DB
112
112
id : docker_build_17_timescaledb
113
113
uses : docker/build-push-action@v3
114
114
with :
115
115
build-args : |
116
- PG_VERSION=17.2
116
+ PG_VERSION=17.4
117
117
PG_MAJOR_VERSION=17
118
118
VERSION=${{ steps.get-latest-tag.outputs.tag }}
119
119
context : .
120
120
file : ./pg17/Dockerfile-timescaledb
121
121
push : true
122
122
tags : |
123
123
flyio/postgres-flex-timescaledb:17
124
- flyio/postgres-flex-timescaledb:17.2
124
+ flyio/postgres-flex-timescaledb:17.4
125
125
-
126
126
name : Postgres 15 Image digest
127
127
run : echo ${{ steps.docker_build_15.outputs.digest }}
0 commit comments