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 6288e8a commit 67326cfCopy full SHA for 67326cf
Makefile
@@ -76,6 +76,7 @@ upload-to-docker-hub-php-%:
76
(test $(DOCKER_TAG)) && echo "Tagging images with \"${DOCKER_TAG}\"" || echo "You have to define environment variable DOCKER_TAG"
77
test $(DOCKER_TAG)
78
79
+ set -e ; \
80
for image in \
81
"bref/${CPU_PREFIX}php-$*" "bref/${CPU_PREFIX}php-$*-fpm" "bref/${CPU_PREFIX}php-$*-console" \
82
"bref/${CPU_PREFIX}build-php-$*" "bref/${CPU_PREFIX}php-$*-fpm-dev"; \
0 commit comments