Merge pull request 'build-push: drop the empty ${{ }} that silenced the registry login' (#155) from fix/build-push-empty-expression into dev
All checks were successful
secrets-guard / encrypted (push) Successful in 5s
PR build (required check) / changes (pull_request) Successful in 7s
secrets-guard / encrypted (pull_request) Successful in 5s
shell-lint / shellcheck (pull_request) Successful in 7s
shell-lint / shellcheck (push) Successful in 19s
PR build (required check) / validate-observability (pull_request) Successful in 19s
PR build (required check) / build-frontend (pull_request) Successful in 23s
PR build (required check) / build-backend (pull_request) Successful in 44s
PR build (required check) / gate (pull_request) Successful in 1s

This commit is contained in:
admin_emi 2026-08-01 18:18:45 +00:00
commit 62ba381d06

View file

@ -131,7 +131,7 @@ jobs:
# credential that was in fact valid. Strip first, echo never. # credential that was in fact valid. Strip first, echo never.
# #
# The token also goes through the ENVIRONMENT rather than being # 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 # parses the line, so a value containing a quote or newline would change
# the shape of the command itself rather than just its arguments. # the shape of the command itself rather than just its arguments.
tok=$(printf '%s' "$REGISTRY_TOKEN" | tr -d ' \t\r\n') tok=$(printf '%s' "$REGISTRY_TOKEN" | tr -d ' \t\r\n')