more verbose tag message

This commit is contained in:
Jonas Forsberg 2023-04-17 14:20:39 +02:00
parent 68f46bd319
commit 8064d08c58

View File

@ -31,7 +31,7 @@ clean:
release: require_clean_git build
$(eval TMP_MESSAGE := $(shell podman run --rm -it ${REPO}/${IMAGENAME}:$(VERSION) /usr/sbin/dnsmasq --version))
git tag -a v$(VERSION) -m "${TMP_MESSAGE}"
git tag -a v$(VERSION) -m "dnsmasq version: ${TMP_MESSAGE}"
git push origin v$(VERSION)
podman tag ${REPO}/${IMAGENAME}:$(VERSION) ${REPO}/${IMAGENAME}:latest
podman push --creds $(USERNAME):$(PASSWORD) ${REPO}/${IMAGENAME}:$(VERSION)