fixed clean tag to use variable

This commit is contained in:
Jonas Forsberg 2023-04-18 13:56:01 +02:00
parent 6c13328ee4
commit 24143adf8a

View File

@ -41,7 +41,7 @@ build:
.
clean:
podman image rm docker.io/bardak/restic:$(VERSION)
podman image rm ${REPO}/${IMAGENAME}:$(VERSION)
release: require_clean_git build
$(eval TMP_MESSAGE := $(shell podman run --rm -it ${REPO}/${IMAGENAME}:$(VERSION) /usr/bin/restic --version))