This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- uses: DeterminateSystems/flake-checker-action@main
|
||||
with:
|
||||
flake-lock-path: ./build/flake.lock
|
||||
flake-lock-path: ./flake.lock
|
||||
|
||||
- name: Setup Attic cache
|
||||
uses: ryanccn/attic-action@v0
|
||||
|
||||
@@ -30,12 +30,9 @@
|
||||
mainProgram = "policy_service";
|
||||
};
|
||||
};
|
||||
dockerImage = pkgs.dockerTools.buildImage {
|
||||
dockerImage = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "policy_service";
|
||||
contents = [
|
||||
package
|
||||
pkgs.busybox
|
||||
];
|
||||
contents = [ package ];
|
||||
config = {
|
||||
Cmd = [ "${package}/bin/policy_service" "start" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user