Skip to content

Commit adc6061

Browse files
authored
v1.1.2 (#10)
Minor updates * Updating PostgreSQL 14.1 build Build updates * Don't push dev on release Documentation updates * Updating copyright
1 parent e57d609 commit adc6061

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/dev-12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
context: .
4848
file: ./12/Dockerfile
49-
push: true
49+
push: ${{ startsWith(github.ref, 'refs/heads/') }}
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64
5151
tags: |
5252
bfren/postgresql:postgresql12-dev

.github/workflows/dev-13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
context: .
4848
file: ./13/Dockerfile
49-
push: true
49+
push: ${{ startsWith(github.ref, 'refs/heads/') }}
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64
5151
tags: |
5252
bfren/postgresql:dev

.github/workflows/dev-14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
context: .
4848
file: ./14/Dockerfile
49-
push: true
49+
push: ${{ startsWith(github.ref, 'refs/heads/') }}
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64
5151
tags: |
5252
bfren/postgresql:edge

14/POSTGRESQL_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.1-r1
1+
14.1-r3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ See [For Backups](#for-backups) for configuration variables.
7171
7272
## Copyright
7373

74-
> Copyright (c) 2021 bfren
74+
> Copyright (c) 2021 [bfren](https://bfren.dev) (unless otherwise stated)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

0 commit comments

Comments
 (0)