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 d79dbd8 commit fd84a08Copy full SHA for fd84a08
Makefile
@@ -77,8 +77,8 @@ upload-to-docker-hub-php-%:
77
"bref/${CPU_PREFIX}build-php-$*" "bref/${CPU_PREFIX}php-$*-fpm-dev"; \
78
do \
79
docker tag $$image $$image:2 ; \
80
+ docker push $$image --all-tags ; \
81
done
- docker push --all-tags
82
83
84
test: test-80 test-81 test-82
0 commit comments