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 57f70b2 commit 97ac71bCopy full SHA for 97ac71b
php-build.bash
@@ -113,11 +113,11 @@ then
113
echo "Dockerfile:"
114
echo "$dockerfile"
115
echo docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build .
116
- docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build .
117
-else
118
- docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build . >> output.log 2>&1
+
119
fi
120
+docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build . #>> output.log 2>&1
121
# Update the user's repository with the customised docker image, ready for the
122
# next Github Actions run.
123
if ! docker push "$docker_tag" >> output.log 2>&1; then
0 commit comments