fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-07-09 16:47:14 -04:00
parent ea319e25ff
commit b52297dad3
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ steps:
environment:
USER: root
commands:
- cachix use xe
- nix-build
- cp $(readlink result) /result/docker.tgz
volumes:

View File

@ -5,7 +5,7 @@ let
pkgs = import <nixpkgs> { };
printerfacts = import ./printerfacts.nix { inherit pkgs sources; };
name = "xena/printerfacts-warp";
name = "xena/printerfacts";
tag = "latest";
in pkgs.dockerTools.buildLayeredImage {