Use explicit Gitea registry credentials
Some checks are pending
test-build-publish / docker (push) Has started running
Some checks are pending
test-build-publish / docker (push) Has started running
This commit is contained in:
@@ -37,11 +37,13 @@ Gitea Actions workflow: `.gitea/workflows/ci.yml`
|
||||
Required repository or organization secrets:
|
||||
|
||||
- `REGISTRY_PASSWORD`: Gitea personal access token with package read/write access
|
||||
- `REGISTRY_USERNAME`: optional; defaults to the Gitea Actions actor
|
||||
- `REGISTRY_USERNAME`: Gitea username that owns the token
|
||||
- `REGISTRY_IMAGE`: optional; defaults to `gitea.reversed.dev/space/evil-wordle`
|
||||
|
||||
The workflow also accepts `REGISTRY_TOKEN` as a fallback for `REGISTRY_PASSWORD`.
|
||||
|
||||
For organization packages such as `space/evil-wordle`, the username is still the actual Gitea user account for the token, not the organization name. That user needs permission to publish packages under `space`.
|
||||
|
||||
The workflow uses `catthehacker/ubuntu:act-latest`, Docker Buildx, and links the published package back to the `space/evil-wordle` repository through the Gitea API.
|
||||
|
||||
On pushes to `main`, CI publishes:
|
||||
|
||||
Reference in New Issue
Block a user