fixup! added the version to image
This commit is contained in:
parent
8406243761
commit
6880d62a0f
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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}
|
||||
|
|
Loading…
Reference in a new issue