release: name the image by the public registry host, not the internal server url

This commit is contained in:
2026-08-08 21:14:37 +02:00
parent d7f63b9f6e
commit 1a82b0491a
2 changed files with 19 additions and 1 deletions
+7
View File
@@ -52,6 +52,13 @@ concurrency:
cancel-in-progress: false
env:
# The public registry host, which names the image. Inside the cluster
# GITHUB_SERVER_URL is http://gitea:3000: docker refuses to log in to a
# plain-http registry, and an image named gitea:3000/... is unpullable from
# anywhere that matters. The manifest probe still uses the internal URL —
# same registry, cheaper route. Found by dry-run attempt 4.
REGISTRY_HOST: "git.mial.net"
ZIG_VERSION: "0.16.0"
# Exact patch, not a floating "24" (ruling 12).
NODE_VERSION: "24.19.0"