Give each version mismatch its own remedy, and stop publishing a moving bare-major tag

This commit is contained in:
2026-08-22 12:27:43 +02:00
parent 9e0cb26b3e
commit cbf55bebae
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();
}