meta: add CI to build debian package #1

Merged
restitux merged 33 commits from ci into master 2025-12-24 07:36:36 +00:00
Showing only changes of commit 4d22c55983 - Show all commits
+1 -1
View File
@@ -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