promote: main → release (jinemi registry namespace, Caddy trusted_proxies, CI login fix) #159

Merged
admin_emi merged 26 commits from main into release 2026-08-01 19:38:50 +00:00
Showing only changes of commit 5f7075e2cf - Show all commits

View file

@ -131,7 +131,7 @@ jobs:
# credential that was in fact valid. Strip first, echo never.
#
# The token also goes through the ENVIRONMENT rather than being
# interpolated into the script text. `${{ }}` is substituted before bash
# interpolated into the script text. An expression is substituted before bash
# parses the line, so a value containing a quote or newline would change
# the shape of the command itself rather than just its arguments.
tok=$(printf '%s' "$REGISTRY_TOKEN" | tr -d ' \t\r\n')