From 4d22c55983b43f74d359e859d210039e890a73a9 Mon Sep 17 00:00:00 2001 From: restitux Date: Wed, 24 Dec 2025 00:32:40 -0700 Subject: [PATCH] TEST --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index b7853a5..2fba7b3 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -39,7 +39,7 @@ main() { git fetch --tags --depth=1 origin "${COREDNS_LATEST_VERSION}" git checkout "${COREDNS_LATEST_VERSION}" - echo "CoreDNS version (tag): ${LATEST_TAG}" + echo "CoreDNS version (tag): ${COREDNS_LATEST_VERSION}" echo "Action repo commit : ${ACTION_COMMIT}" # 4b. Skip build if same CoreDNS version and same action repo commit as last time. # NEW