CI: build + test workflow #3

Closed
opened 2026-09-08 21:55:20 +00:00 by poslop · 1 comment
Owner

Gitea Actions workflow: on push to main - go vet, go test. On tag - build docker image and publish to registry.

Gitea Actions workflow: on push to main - go vet, go test. On tag - build docker image and publish to registry.
Author
Owner

Workflow file (.gitea/workflows/ci.yml) and Dockerfile are committed. Remaining: register an act_runner so jobs actually execute, and create the GITEA_TOKEN secret (a token with package:write scope) in repo settings -> Actions secrets. Registry target: git.archfox.org/poslop/palette.

Workflow file (.gitea/workflows/ci.yml) and Dockerfile are committed. Remaining: register an act_runner so jobs actually execute, and create the GITEA_TOKEN secret (a token with package:write scope) in repo settings -> Actions secrets. Registry target: git.archfox.org/poslop/palette.
Sign in to join this conversation.