Files
poimen-workflows/.gitea/workflows
Test 984e6f5d6e
CI / Test (pull_request) Successful in 2m24s
CI / Build & Push Image (pull_request) Skipped
fix: use env vars for docker registry credentials
Pass FORGEJO_REGISTRY_USER and FORGEJO_REGISTRY_TOKEN via environment
variables instead of direct secret interpolation. This is the standard
approach used across all repos and prevents credentials from being exposed
in logs or shell history.

Fixes registry login failures by using the proven pattern.
2026-09-06 23:40:46 -07:00
..