File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,30 +36,30 @@ jobs:
36
36
uses : docker/build-push-action@v3
37
37
with :
38
38
build-args : |
39
- PG_VERSION=15.6
39
+ PG_VERSION=15.7
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.6
47
+ flyio/postgres-flex:15.7
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.6
54
+ PG_VERSION=15.7
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.6
62
+ flyio/postgres-flex-timescaledb:15.7
63
63
64
64
-
65
65
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
2
2
ARG PG_MAJOR_VERSION=15
3
3
ARG VERSION=custom
4
4
Original file line number Diff line number Diff line change 1
- ARG PG_VERSION=15.6
1
+ ARG PG_VERSION=15.7
2
2
ARG PG_MAJOR_VERSION=15
3
3
ARG VERSION=custom
4
4
You can’t perform that action at this time.
0 commit comments