@@ -36,61 +36,61 @@ jobs:
36
36
uses : docker/build-push-action@v3
37
37
with :
38
38
build-args : |
39
- PG_VERSION=15.7
39
+ PG_VERSION=15.8
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.7
47
+ flyio/postgres-flex:15.8
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.7
54
+ PG_VERSION=15.8
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.7
62
+ flyio/postgres-flex-timescaledb:15.8
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.3
70
+ PG_VERSION=16.4
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.3
78
+ flyio/postgres-flex:16.4
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.3
85
+ PG_VERSION=16.4
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.3
93
+ flyio/postgres-flex-timescaledb:16.4
94
94
-
95
95
name : Postgres 15 Image digest
96
96
run : echo ${{ steps.docker_build_15.outputs.digest }}
0 commit comments