diff --git a/Makefile b/Makefile index d8977d0..630f7c9 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,5 @@ build: dockerfile .PHONY: publish publish: build - @${DOCKER} push ${TAG}:latest ${TAG}:${VERSION} + @${DOCKER} push ${TAG}:latest + @${DOCKER} push ${TAG}:${VERSION}