Default registry username to Gitea actor
build-ci-image / image (push) Successful in 1m1s

This commit is contained in:
2026-05-02 18:03:22 +03:00
parent 95fb2f5ca0
commit 6413dba3ec
3 changed files with 33 additions and 13 deletions
+9 -2
View File
@@ -35,15 +35,22 @@ REGISTRY_IMAGE=git.neosisyphus.com/evol3d/evol-testbed
CI_IMAGE=git.neosisyphus.com/evol3d/evol-testbed
```
Add these **Actions secrets**:
Add this **Actions secret**:
```text
REGISTRY_USERNAME=your-gitea-username
REGISTRY_PASSWORD=your-gitea-token-or-password
```
The token/password needs permission to publish packages/container images.
Optional: add this secret if your registry username is different from the Gitea Actions actor:
```text
REGISTRY_USERNAME=your-gitea-username
```
If `REGISTRY_USERNAME` is not set, the workflow uses `$GITHUB_ACTOR`.
## Build manually
```bash