Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
- 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
9 lines
374 B
Plaintext
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
|