From b464375030a702b1d4a1f58cf30b1da34fa2ad1a Mon Sep 17 00:00:00 2001 From: Andrew Vancil Date: Wed, 13 Jul 2022 12:44:40 -0400 Subject: [PATCH] Release for image version 4.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d72f14..e0a114d 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifndef DOCKER_PAT $(error DOCKER_PAT is not set) endif git commit -am "Release for image version $(VERSION)" --allow-empty - git tag -a $(VERSION) -m "${VERSION}" + git tag -fa $(VERSION) -m "${VERSION}" git push origin ${VERSION} git push echo "${DOCKER_PAT}" | docker login -u "${DOCKER_USERNAME}" --password-stdin