From 31f20456084e564d6cefddffcdb3d5023aa689c6 Mon Sep 17 00:00:00 2001 From: Lars Bahner Date: Wed, 11 Oct 2023 16:49:45 +0200 Subject: [PATCH] Publishing image on release makes no sense. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c57441f..20889f7 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ push: all commited test publish-image: image docker push $(DOCKER_IMAGE) -release: test publish-image +release: test git tag $(VERSION) mix hex.publish git push --tags