Skip to content

Commit fd84a08

Browse files
committed
Fix pushing all tags
1 parent d79dbd8 commit fd84a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ upload-to-docker-hub-php-%:
7777
"bref/${CPU_PREFIX}build-php-$*" "bref/${CPU_PREFIX}php-$*-fpm-dev"; \
7878
do \
7979
docker tag $$image $$image:2 ; \
80+
docker push $$image --all-tags ; \
8081
done
81-
docker push --all-tags
8282

8383

8484
test: test-80 test-81 test-82

0 commit comments

Comments
 (0)