From 7938313f71da0ba4deb2a0ecc5b2231a49d6ba09 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov <vitalif@yourcmc.ru> Date: Mon, 27 Jun 2022 02:16:26 +0300 Subject: [PATCH] Fix "make push" (fixes #19) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c5f6013..a8ebed6 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ push: container docker push $(IMAGE_TAG) docker push $(REGISTRY_NAME)/$(IMAGE_NAME) docker push $(REGISTRY_NAME)/$(IMAGE_NAME2) + docker push $(REGISTRY_NAME)/$(IMAGE_NAME2):$(VERSION) clean: go clean -r -x -rm -rf _output