Commit Graph

2 Commits

Author SHA1 Message Date
josh 9ecdfe7cd1 Strip scheme from REGISTRY_URL before tagging
Build and Push Image / build-push (push) Successful in 43s
Docker image tags must start with a hostname — a `https://` prefix in
the REGISTRY_URL variable produced `invalid reference format`. Normalize
the value in a prep step (drop http/https scheme and trailing slash) so
the workflow works whether the variable is set as a URL or a bare host.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 10:23:49 -04:00
josh 6fa9b6f8b6 Migrate CI from Jenkins to Gitea Actions
Replaces the Jenkinsfile with a .gitea/workflows/build-push.yml that
builds on pushes to main and pushes `latest` + `sha-<short>` tags to the
Gitea package registry using the REGISTRY_URL variable and
REGISTRY_TOKEN secret. Adds a docker-compose.yml that pulls the
published image for deployment.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 10:20:31 -04:00