Give each version mismatch its own remedy, and stop publishing a moving bare-major tag
CI / full-gate (push) Successful in 2m51s

This commit is contained in:
2026-08-22 12:27:43 +02:00
parent 2d62553a10
commit 716e0f50a7
8 changed files with 37 additions and 38 deletions
+1 -1
View File
@@ -100,5 +100,5 @@ async function main(): Promise<number> {
}
if (process.argv[1]?.endsWith("/dockerhub-overview.ts")) {
process.exit(await main());
process.exitCode = await main();
}