Skip to content

Commit a00252e

Browse files
Shaun DavisShaun Davis
authored andcommitted
Bumping PG versions
1 parent 6a0c77a commit a00252e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@ jobs:
3333
uses: docker/build-push-action@v2
3434
with:
3535
build-args: |
36-
PG_VERSION=13.4
36+
PG_VERSION=13.5
3737
VERSION=${{ steps.get-latest-tag.outputs.tag }}
3838
context: .
3939
file: ./Dockerfile
4040
push: true
4141
tags: |
4242
flyio/postgres-standalone:13
43-
flyio/postgres-standalone:13.4
43+
flyio/postgres-standalone:13.5
4444
-
4545
name: Build and push Postgres 14
4646
id: docker_build_14
4747
uses: docker/build-push-action@v2
4848
with:
4949
build-args: |
50-
PG_VERSION=14.0
50+
PG_VERSION=14.1
5151
VERSION=${{ steps.get-latest-tag.outputs.tag }}
5252
context: .
5353
file: ./Dockerfile
5454
push: true
5555
tags: |
5656
flyio/postgres-standalone:14
57-
flyio/postgres-standalone:14.0
57+
flyio/postgres-standalone:14.1
5858
-
5959
name: Postgres 13 Image digest
6060
run: echo ${{ steps.docker_build_13.outputs.digest }}

0 commit comments

Comments
 (0)