mdbook-container/.woodpecker.yml
Victor 8662124be3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ls files
2022-12-03 15:59:06 +01:00

19 lines
465 B
YAML

pipeline:
nix:
image: nixos/nix
environment:
- NIX_CONFIG=experimental-features = nix-command flakes
commands:
- nix flake check
- nix build '.#mdbook-toc'
- nix build '.#docker'
- ls -la
publish:
image: git.0x76.dev/v/push-container:0.1.0
settings:
username: v
password:
from_secret: registry_password
repo: git.0x76.dev
image: git.0x76.dev/v/mdbook-dockerfile
tag: 0.1.0