Skip to content

Commit 7322098

Browse files
authored
v2.1.14 (#40)
Minor updates * Using latest base images Build updates * Updating auto release action
1 parent d51562e commit 7322098

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

.github/workflows/auto-release.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ jobs:
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 }}

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.4x-2.1.11
1+
FROM bfren/apache:apache2.4.4x-2.1.12
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44

7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.5x-2.1.11
1+
FROM bfren/apache:apache2.4.5x-2.1.12
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44

8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.5x-2.1.11
1+
FROM bfren/apache:apache2.4.5x-2.1.12
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.13
1+
2.1.14

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_REVISION="2.1.11"
7+
BASE_REVISION="2.1.12"
88
echo "Base: ${BASE_REVISION}"
99

1010
PHP_VERSIONS="5.6 7.4 8.0"

0 commit comments

Comments
 (0)