File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ echo "Building PHP $ACTION_PHP_VERSION with extensions: $ACTION_PHP_EXTENSIONS .
104
104
# it with the unique tag. If the layers are already built, there should be no
105
105
# need to re-build, and the `docker build` step should use the cached layers of
106
106
# what has just been pulled.
107
- echo " $dockerfile " > Dockerfile
107
+ echo " $dockerfile " > Dockerfile-php-build
108
108
echo " Dockerfile:" >> output.log 2>&1
109
109
echo " $dockerfile " >> output.log 2>&1
110
- docker build --tag " $docker_tag " --cache-from " $docker_tag " . >> output.log 2>&1
110
+ docker build --tag " $docker_tag " --cache-from " $docker_tag " --file Dockerfile-php-build . >> output.log 2>&1
111
111
# Update the user's repository with the customised docker image, ready for the
112
112
# next Github Actions run.
113
113
docker push " $docker_tag " >> output.log 2>&1
You can’t perform that action at this time.
0 commit comments