File tree Expand file tree Collapse file tree 6 files changed +9
-13
lines changed
Expand file tree Collapse file tree 6 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 -
13- name : Get Pull Request Title
14- run : echo "PR_TITLE=${{ github.event.pull_request.title }}" >> $GITHUB_ENV
15- shell : bash
16- -
17- name : Create Release ${{ env.PR_TITLE }}
18- uses : bfren/action-gh-release@v1
13+ name : Create Release ${{ github.event.pull_request.title }}
14+ uses : bfren/create-release@v1
1915 with :
2016 token : ${{ secrets.PAT }}
21- name : ${{ env.PR_TITLE }}
22- tag_name : ${{ env.PR_TITLE }}
17+ repo : ${{ github.repository }}
18+ pr_title : ${{ github.event.pull_request.title }}
Original file line number Diff line number Diff line change 1- FROM bfren/alpine-s6:alpine3.15-4.2.9
1+ FROM bfren/alpine-s6:alpine3.15-4.2.10
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.9
1+ FROM bfren/alpine-s6:alpine3.15-4.2.10
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.9
1+ FROM bfren/alpine-s6:alpine3.15-4.2.10
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.8
1+ 2.1.9
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.9 "
7+ BASE_REVISION=" 4.2.10 "
88echo " Base: ${BASE_REVISION} "
99
1010POSTGRESQL_VERSIONS=" 12 13 14"
You can’t perform that action at this time.
0 commit comments