Skip to content

Commit a06e2e2

Browse files
authored
v1.2.5 (#16)
Build updates * Using new read-file action
1 parent 07888d2 commit a06e2e2

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/dev-5_6.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: actions/checkout@v2
2424
-
2525
name: Read image version
26-
uses: bfren/read-file-action@v1
26+
uses: bfren/read-file@v1
2727
with:
28-
path: ./VERSION
28+
file: ./VERSION
2929
id: version
3030
-
3131
name: Set up QEMU
@@ -51,7 +51,7 @@ jobs:
5151
tags: |
5252
bfren/apache-php:dev
5353
bfren/apache-php:php5.6-dev
54-
bfren/apache-php:${{ steps.version.outputs.content }}-beta
54+
bfren/apache-php:${{ steps.version.outputs.contents }}-beta
5555
-
5656
name: Image digest
5757
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/main-5_6.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
uses: actions/checkout@v2
1515
-
1616
name: Read PHP version - revision
17-
uses: bfren/read-file-action@v1
17+
uses: bfren/read-file@v1
1818
with:
1919
path: ./5.6/PHP_REVISION
2020
id: php_revision
2121
-
2222
name: Read image version
23-
uses: bfren/read-file-action@v1
23+
uses: bfren/read-file@v1
2424
with:
25-
path: ./VERSION
25+
file: ./VERSION
2626
id: version
2727
-
2828
name: Set up QEMU
@@ -47,12 +47,12 @@ jobs:
4747
platforms: linux/amd64,linux/arm/v7,linux/arm64
4848
tags: |
4949
bfren/apache-php:latest
50-
bfren/apache-php:${{ steps.version.outputs.content }}
50+
bfren/apache-php:${{ steps.version.outputs.contents }}
5151
bfren/apache-php:php5
52-
bfren/apache-php:php5-${{ steps.version.outputs.content }}
52+
bfren/apache-php:php5-${{ steps.version.outputs.contents }}
5353
bfren/apache-php:php5.6
54-
bfren/apache-php:php5.6-${{ steps.version.outputs.content }}
55-
bfren/apache-php:php${{ steps.php_revision.outputs.content }}
54+
bfren/apache-php:php5.6-${{ steps.version.outputs.contents }}
55+
bfren/apache-php:php${{ steps.php_revision.outputs.contents }}
5656
-
5757
name: Image digest
5858
run: echo ${{ steps.docker_build.outputs.digest }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.4
1+
1.2.5

0 commit comments

Comments
 (0)