From 24143adf8a2863e2952356ddad6700b7d1c26eb7 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 18 Apr 2023 13:56:01 +0200 Subject: [PATCH] fixed clean tag to use variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d41faba..025bee9 100644 --- a/Makefile +++ b/Makefile @@ -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))