fixup! added the version to image

This commit is contained in:
Tobias Schmidl 2023-09-07 13:01:56 +02:00
parent 8406243761
commit 6880d62a0f

View file

@ -12,4 +12,5 @@ build: dockerfile
.PHONY: publish
publish: build
@${DOCKER} push ${TAG}:latest ${TAG}:${VERSION}
@${DOCKER} push ${TAG}:latest
@${DOCKER} push ${TAG}:${VERSION}