Adding container registry login for gitea action
release / build (push) Failing after 52s

This commit is contained in:
ml
2026-07-02 13:57:35 +02:00
parent f3f7442849
commit 23ad9ebc32
3 changed files with 12 additions and 3 deletions
+1
View File
@@ -159,6 +159,7 @@ publishes a Gitea Release with the versioned artifacts attached — see
|---|---|
| `RELEASE_KEYSTORE_B64` | `base64 -w0 SchwertUndMagieOnPebbleCompanionApp/release.keystore` |
| `RELEASE_KEYSTORE_PROPERTIES` | full contents of `SchwertUndMagieOnPebbleCompanionApp/keystore.properties` |
| `REGISTRY_USER` / `REGISTRY_PASSWORD` | same as in `registry.env`, so the runner can pull the private build image |
`GITEA_TOKEN` is injected automatically per job — nothing to add for it.
4. `git tag v1.2.3 && git push origin v1.2.3`.