fix(pipeline): pass dynamic NPM_DOMAIN to docker build to prevent 404s, fix reference badge location cleaning, and enable glowing border on map
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🧪 QA (push) Failing after 59s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-05-18 11:58:35 +02:00
parent 35d9650626
commit aef10f706c
19 changed files with 175 additions and 5 deletions

5
test-build-env.js Normal file
View File

@@ -0,0 +1,5 @@
const val = process.env.NEXT_PUBLIC_APP_VERSION;
console.log("val is:", val);
if (val) {
console.log("replace:", val.replace(/^v/, ''));
}