File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 1- 1.2.4
1+ 1.2.5
You can’t perform that action at this time.
0 commit comments