Skip to content

Commit

Permalink
Add latest PG release version (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
davissp14 authored Jul 29, 2024
1 parent d8ec52d commit 92bc940
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 @@ -36,30 +36,30 @@ jobs:
uses: docker/build-push-action@v3
with:
build-args: |
PG_VERSION=15.6
PG_VERSION=15.7
PG_MAJOR_VERSION=15
VERSION=${{ steps.get-latest-tag.outputs.tag }}
context: .
file: ./pg15/Dockerfile
push: true
tags: |
flyio/postgres-flex:15
flyio/postgres-flex:15.6
flyio/postgres-flex:15.7
-
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.6
PG_VERSION=15.7
PG_MAJOR_VERSION=15
VERSION=${{ steps.get-latest-tag.outputs.tag }}
context: .
file: ./pg15/Dockerfile-timescaledb
push: true
tags: |
flyio/postgres-flex-timescaledb:15
flyio/postgres-flex-timescaledb:15.6
flyio/postgres-flex-timescaledb:15.7
-
name: Build and push Postgres 16
Expand Down
2 changes: 1 addition & 1 deletion pg15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15.6
ARG PG_VERSION=15.7
ARG PG_MAJOR_VERSION=15
ARG VERSION=custom

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

Expand Down

0 comments on commit 92bc940

Please sign in to comment.