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 859c042 commit c13dd9cCopy full SHA for c13dd9c
1 file changed
Makefile
@@ -23,8 +23,8 @@ publish-docker-images: docker-images
23
"bref/build-php-80" \
24
"bref/fpm-dev-gateway"; \
25
do \
26
- docker tag $$image:latest $$image:${DOCKER_TAG} ; \
27
- docker push $$image ; \
+ docker image tag $$image:latest $$image:${DOCKER_TAG} ; \
+ docker image push --all-tags $$image ; \
28
done
29
30
# Generate and deploy the production version of the website using http://couscous.io
0 commit comments