No description
|
|
||
|---|---|---|
| .woodpecker | ||
| Dockerfile | ||
| README.md | ||
| script.sh | ||
Nix Build
This is a woodpecker plugin for building stuff with nix.
Usage
steps:
- name: build
image: git.hydrar.de/hydra/nix-build:latest
settings:
# Setup Binary Cache
BINARY_CACHE_URL: "https://attic.example.org"
BINARY_CACHE_NAME: "mycache"
BINARY_CACHE_TOKEN:
from_secret: binary_cache_access_token
# Build
PACKAGE: "containerImage"
# Do Container Push
IS_CONTAINER: true
# Container Registry
REGISTRY_URL: "container.registry.org"
REGISTRY_USER: "user"
REGISTRY_PASS:
from_secret: registry_token