Patrick de Ruiter e4b8d4e710
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Add Gitea Actions CI/CD pipeline and runner configuration
- Add workflow for building and pushing Docker image to Nexus registry
- Configure semantic versioning from git tags (v1.0.0 -> 1.0.0, latest)
- Add self-hosted runner configuration with Alpine Linux support
- Runner uses docker:27-cli image for Docker-in-Docker builds
2025-12-25 14:14:44 +01:00

9 lines
374 B
Plaintext

# Get this token from Gitea:
# - Org runner: https://git.bsdserver.nl/org/wbyc/settings/actions/runners
# - Repo runner: https://git.bsdserver.nl/wbyc/docker-openldap/settings/actions/runners
# - Instance runner: Site Administration -> Actions -> Runners
GITEA_RUNNER_REGISTRATION_TOKEN=your-token-here
# Optional: Custom runner name
GITEA_RUNNER_NAME=alpine-docker-runner