@@ -14,19 +14,19 @@ jobs:
1414 uses : actions/checkout@v2
1515 -
1616 name : Read PHP version - revision
17- uses : bencgreen /read-file-action@v1
17+ uses : bfren /read-file-action@v1
1818 with :
1919 path : ./7.4-edge/PHP_REVISION
2020 id : php_revision
2121 -
2222 name : Read PHP version - build
23- uses : bencgreen /read-file-action@v1
23+ uses : bfren /read-file-action@v1
2424 with :
2525 path : ./7.4-edge/PHP_BUILD
2626 id : php_build
2727 -
2828 name : Read image version
29- uses : bencgreen /read-file-action@v1
29+ uses : bfren /read-file-action@v1
3030 with :
3131 path : ./VERSION
3232 id : version
@@ -52,13 +52,13 @@ jobs:
5252 push : true
5353 platforms : linux/amd64,linux/arm/v7,linux/arm64
5454 tags : |
55- bcgdesign /nginx-php:edge
56- bcgdesign /nginx-php:php7-edge
57- bcgdesign /nginx-php:php7-edge-${{ steps.version.outputs.content }}
58- bcgdesign /nginx-php:php7.4-edge
59- bcgdesign /nginx-php:php7.4-edge-${{ steps.version.outputs.content }}
60- bcgdesign /nginx-php:php${{ steps.php_revision.outputs.content }}-edge
61- bcgdesign /nginx-php:php${{ steps.php_build.outputs.content }}-edge
55+ bfren /nginx-php:edge
56+ bfren /nginx-php:php7-edge
57+ bfren /nginx-php:php7-edge-${{ steps.version.outputs.content }}
58+ bfren /nginx-php:php7.4-edge
59+ bfren /nginx-php:php7.4-edge-${{ steps.version.outputs.content }}
60+ bfren /nginx-php:php${{ steps.php_revision.outputs.content }}-edge
61+ bfren /nginx-php:php${{ steps.php_build.outputs.content }}-edge
6262 -
6363 name : Image digest
6464 run : echo ${{ steps.docker_build.outputs.digest }}
0 commit comments