diff --git a/.forgejo/workflows/build-push.yml b/.forgejo/workflows/build-push.yml index 7a81ba5..034b1bc 100644 --- a/.forgejo/workflows/build-push.yml +++ b/.forgejo/workflows/build-push.yml @@ -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')