File tree Expand file tree Collapse file tree 10 files changed +11
-10
lines changed Expand file tree Collapse file tree 10 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 66jobs :
77 create-pr :
88 runs-on : ubuntu-latest
9+ if : ${{ github.ref_type == 'branch' }}
910 steps :
1011 -
11- if : github.ref_type == 'branch'
1212 name : Checkout Branch ${{ github.ref_name }}
1313 uses : actions/checkout@v3
1414 -
1515 name : Create Pull Request
1616 uses : bfren/pull-request@v2
1717 with :
18- github_token : ${{ secrets.GITHUB_TOKEN }}
18+ github_token : ${{ secrets.PAT }}
1919 destination_branch : main
2020 pr_title : ${{ github.ref_name }}
2121 pr_body : " Merging branch to create ${{ github.ref_name }}."
Original file line number Diff line number Diff line change 1717 name : Create Release ${{ env.PR_TITLE }}
1818 uses : bfren/action-gh-release@v1
1919 with :
20+ token : ${{ secrets.PAT }}
2021 name : ${{ env.PR_TITLE }}
2122 tag_name : ${{ env.PR_TITLE }}
Original file line number Diff line number Diff line change 1- name : main -5_6
1+ name : publish -5_6
22
33on :
44 release :
Original file line number Diff line number Diff line change 1- name : main -7_4
1+ name : publish -7_4
22
33on :
44 release :
Original file line number Diff line number Diff line change 1- name : main -8_0
1+ name : publish -8_0
22
33on :
44 release :
Original file line number Diff line number Diff line change 1- FROM bfren/apache:apache2.4.4x-2.1.4
1+ FROM bfren/apache:apache2.4.4x-2.1.6
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.4
1+ FROM bfren/apache:apache2.4.5x-2.1.6
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.4
1+ FROM bfren/apache:apache2.4.5x-2.1.6
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.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=" 2.1.4 "
7+ BASE_REVISION=" 2.1.6 "
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