TEST
Build Coredns with netboxdns plugin / build (push) Successful in 3s

This commit is contained in:
2025-12-24 00:32:40 -07:00
parent 4bd2de747d
commit 4d22c55983
+1 -1
View File
@@ -39,7 +39,7 @@ main() {
git fetch --tags --depth=1 origin "${COREDNS_LATEST_VERSION}" git fetch --tags --depth=1 origin "${COREDNS_LATEST_VERSION}"
git checkout "${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}" echo "Action repo commit : ${ACTION_COMMIT}"
# 4b. Skip build if same CoreDNS version and same action repo commit as last time. # NEW # 4b. Skip build if same CoreDNS version and same action repo commit as last time. # NEW