File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments