mdbook-container/.woodpecker.yml
2022-12-06 21:43:51 +01:00

17 lines
445 B
YAML

pipeline:
nix:
image: nixos/nix
environment:
- NIX_CONFIG=experimental-features = nix-command flakes
commands:
- nix flake check
- nix build '.#mdbook-toc'
publish:
image: git.0x76.dev/v/push-nix-container:0.3.3
settings:
username: v
password:
from_secret: registry_password
package: container # nix os package to build
repo: git.0x76.dev
image: v/mdbook-container