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/apache:apache2.4.4x-2.1.11
1+ FROM bfren/apache:apache2.4.4x-2.1.12
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44
Original file line number Diff line number Diff line change 1- FROM bfren/apache:apache2.4.5x-2.1.11
1+ FROM bfren/apache:apache2.4.5x-2.1.12
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44
Original file line number Diff line number Diff line change 1- FROM bfren/apache:apache2.4.5x-2.1.11
1+ FROM bfren/apache:apache2.4.5x-2.1.12
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44
Original file line number Diff line number Diff line change 1- 2.1.13
1+ 2.1.14
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=" 2.1.11 "
7+ BASE_REVISION=" 2.1.12 "
88echo " Base: ${BASE_REVISION} "
99
1010PHP_VERSIONS=" 5.6 7.4 8.0"
You can’t perform that action at this time.
0 commit comments