promote: dev → main (Forgejo on dev.jinemi.com; jinemi registry namespace) #152

Merged
emi merged 19 commits from dev into main 2026-08-01 18:27:43 +00:00
Showing only changes of commit 62ba381d06 - 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')