Skip to content

Commit

Permalink
Update PG_VERSION to 15.3 (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto authored May 15, 2023
1 parent 365762d commit e017993
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,30 @@ jobs:
uses: docker/build-push-action@v3
with:
build-args: |
PG_VERSION=15.2
PG_VERSION=15.3
PG_MAJOR_VERSION=15
VERSION=${{ steps.get-latest-tag.outputs.tag }}
context: .
file: ./Dockerfile
push: true
tags: |
flyio/postgres-flex:15
flyio/postgres-flex:15.2
flyio/postgres-flex:15.3
-
name: Build and push Postgres 15 Timescale DB
id: docker_build_15_timescaledb
uses: docker/build-push-action@v3
with:
build-args: |
PG_VERSION=15.2
PG_VERSION=15.3
PG_MAJOR_VERSION=15
VERSION=${{ steps.get-latest-tag.outputs.tag }}
context: .
file: ./Dockerfile-timescaledb
push: true
tags: |
flyio/postgres-flex-timescaledb:15
flyio/postgres-flex-timescaledb:15.2
flyio/postgres-flex-timescaledb:15.3
-
name: Postgres 15 Image digest
run: echo ${{ steps.docker_build_15.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15.2
ARG PG_VERSION=15.3
ARG PG_MAJOR_VERSION=15
ARG VERSION=custom

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-timescaledb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15.2
ARG PG_VERSION=15.3
ARG PG_MAJOR_VERSION=15
ARG VERSION=custom

Expand Down

0 comments on commit e017993

Please sign in to comment.