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 @@ -37,30 +37,30 @@ jobs:
37
37
uses : docker/build-push-action@v3
38
38
with :
39
39
build-args : |
40
- PG_VERSION=15.3
40
+ PG_VERSION=15.6
41
41
PG_MAJOR_VERSION=15
42
42
VERSION=${{ steps.get-latest-tag.outputs.tag }}
43
43
context : .
44
44
file : ./Dockerfile
45
45
push : true
46
46
tags : |
47
47
flyio/postgres-flex:15
48
- flyio/postgres-flex:15.3
48
+ flyio/postgres-flex:15.6
49
49
-
50
50
name : Build and push Postgres 15 Timescale DB
51
51
id : docker_build_15_timescaledb
52
52
uses : docker/build-push-action@v3
53
53
with :
54
54
build-args : |
55
- PG_VERSION=15.3
55
+ PG_VERSION=15.6
56
56
PG_MAJOR_VERSION=15
57
57
VERSION=${{ steps.get-latest-tag.outputs.tag }}
58
58
context : .
59
59
file : ./Dockerfile-timescaledb
60
60
push : true
61
61
tags : |
62
62
flyio/postgres-flex-timescaledb:15
63
- flyio/postgres-flex-timescaledb:15.3
63
+ flyio/postgres-flex-timescaledb:15.6
64
64
-
65
65
name : Postgres 15 Image digest
66
66
run : echo ${{ steps.docker_build_15.outputs.digest }}
Original file line number Diff line number Diff line change 1
- ARG PG_VERSION=15.3
1
+ ARG PG_VERSION=15.6
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.3
1
+ ARG PG_VERSION=15.6
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