This commit is contained in:
parent
5bb96571b9
commit
906a2b73ef
1 changed files with 9 additions and 1 deletions
|
@ -7,4 +7,12 @@ pipeline:
|
||||||
- nix flake check
|
- nix flake check
|
||||||
- nix build '.#mdbook-toc'
|
- nix build '.#mdbook-toc'
|
||||||
- nix build '.#docker'
|
- nix build '.#docker'
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue