Skip to content

Commit c13dd9c

Browse files
author
Sébastien HOUZÉ
committed
fix: docker image push all tags
1 parent 859c042 commit c13dd9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ publish-docker-images: docker-images
2323
"bref/build-php-80" \
2424
"bref/fpm-dev-gateway"; \
2525
do \
26-
docker tag $$image:latest $$image:${DOCKER_TAG} ; \
27-
docker push $$image ; \
26+
docker image tag $$image:latest $$image:${DOCKER_TAG} ; \
27+
docker image push --all-tags $$image ; \
2828
done
2929

3030
# Generate and deploy the production version of the website using http://couscous.io

0 commit comments

Comments
 (0)