Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/main-5_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ jobs:
with:
file: ./5.6/PHP_REVISION
id: php_revision
-
name: Read image version
uses: bfren/read-file@v1
with:
file: ./VERSION_MAJOR
id: version_major
-
name: Read image version
uses: bfren/read-file@v1
with:
file: ./VERSION_MINOR
id: version_minor
-
name: Read image version
uses: bfren/read-file@v1
Expand Down Expand Up @@ -47,10 +59,16 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: |
bfren/apache-php:latest
bfren/apache-php:${{ steps.version_major.outputs.contents }}
bfren/apache-php:${{ steps.version_minor.outputs.contents }}
bfren/apache-php:${{ steps.version.outputs.contents }}
bfren/apache-php:php5
bfren/apache-php:php5-${{ steps.version_major.outputs.contents }}
bfren/apache-php:php5-${{ steps.version_minor.outputs.contents }}
bfren/apache-php:php5-${{ steps.version.outputs.contents }}
bfren/apache-php:php5.6
bfren/apache-php:php5.6-${{ steps.version_major.outputs.contents }}
bfren/apache-php:php5.6-${{ steps.version_minor.outputs.contents }}
bfren/apache-php:php5.6-${{ steps.version.outputs.contents }}
bfren/apache-php:php${{ steps.php_revision.outputs.contents }}
-
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.7
1.2.8
1 change: 1 addition & 0 deletions VERSION_MAJOR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
1 change: 1 addition & 0 deletions VERSION_MINOR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.2