From e0e971ae01bc32b63b9b085af26b337c18082563 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 20 Dec 2024 20:21:23 +1100 Subject: [PATCH] fix: remove unused variable --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8688711..eaf723b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ # Variables GIT_COMMIT := $(shell git rev-parse --short HEAD) DATE_TAG := $(shell date +%Y%m%d) -IMAGE_NAME := almalinux8-runnerdnd REGISTRY := git.query.consul OWNER := unkin