File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 create-pr :
8+ if : github.ref_type == 'branch'
89 runs-on : ubuntu-latest
9- if : ${{ github.ref_type == 'branch' }}
1010 steps :
1111 -
1212 name : Checkout Branch ${{ github.ref_name }}
Original file line number Diff line number Diff line change 66
77jobs :
88 create-release :
9+ if : github.event.pull_request.merged
910 runs-on : ubuntu-latest
1011 steps :
1112 -
12- if : github.event.pull_request.merged == true
1313 name : Get Pull Request Title
1414 run : echo "PR_TITLE=${{ github.event.pull_request.title }}" >> $GITHUB_ENV
1515 shell : bash
Original file line number Diff line number Diff line change 1- FROM bfren/alpine-s6:alpine3.15-4.2.7
1+ FROM bfren/alpine-s6:alpine3.15-4.2.8
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- FROM bfren/alpine-s6:alpine3.15-4.2.7
1+ FROM bfren/alpine-s6:alpine3.15-4.2.8
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- FROM bfren/alpine-s6:alpine3.15-4.2.7
1+ FROM bfren/alpine-s6:alpine3.15-4.2.8
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- 2.1.6
1+ 2.1.7
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44
55docker pull bfren/alpine
66
7- BASE_REVISION=" 4.2.7 "
7+ BASE_REVISION=" 4.2.8 "
88echo " Base: ${BASE_REVISION} "
99
1010POSTGRESQL_VERSIONS=" 12 13 14"
You can’t perform that action at this time.
0 commit comments