improve ci hopefully

This commit is contained in:
Vivian 2022-12-03 16:51:45 +01:00
parent 15dfed4a9f
commit e8cfeb2bb1

View file

@ -10,18 +10,18 @@ pipeline:
- nix flake check - nix flake check
- nix build '.#mdbook-toc' - nix build '.#mdbook-toc'
- nix build '.#docker' - nix build '.#docker'
- mv result result.tar.gz # - mv result result.tar.gz
- cp result.tar.gz result # - cp result.tar.gz result
debug: debug:
image: nixos/nix image: nixos/nix
commands: commands:
- ls -la - ls -la
publish: publish:
image: git.0x76.dev/v/push-container:0.1.0 image: git.0x76.dev/v/push-container:0.2.0
settings: settings:
username: v username: v
password: password:
from_secret: registry_password from_secret: registry_password
repo: git.0x76.dev repo: git.0x76.dev
image: git.0x76.dev/v/mdbook-dockerfile image: v/mdbook-dockerfile
tag: 0.1.0 tag: 0.1.0