fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
ea319e25ff
commit
b52297dad3
|
@ -6,6 +6,7 @@ steps:
|
|||
environment:
|
||||
USER: root
|
||||
commands:
|
||||
- cachix use xe
|
||||
- nix-build
|
||||
- cp $(readlink result) /result/docker.tgz
|
||||
volumes:
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue