Publish to the runner local Gitea registry
CI / test (push) Successful in 29s
CI / publish (push) Failing after 1m13s

This commit is contained in:
Joe Julian
2026-03-28 16:57:18 -07:00
parent 06df58d271
commit 59b5e9e8dd
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ It runs on pushes to `main` and pull requests, and currently:
- runs `go build .`
- builds and pushes `:main` and `:sha-<commit>` container tags on pushes to `main`
The workflow expects a runner with the `ubuntu-latest` label, a repository Actions secret named `REGISTRY_PASSWORD`, and a repository variable named `REGISTRY_HOST` for the registry hostname.
The workflow expects a runner with the `ubuntu-latest` label and a repository Actions secret named `REGISTRY_PASSWORD`.
The cluster runner deployed for this repo provides the required runner label.