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