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