We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e45d00 commit c2f6f2fCopy full SHA for c2f6f2f
php-build.bash
@@ -121,7 +121,7 @@ then
121
122
fi
123
124
-docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build . #>> output.log 2>&1
+docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build . >> output.log 2>&1
125
126
# Update the user's repository with the customised docker image, ready for the
127
# next Github Actions run.
0 commit comments