Compare commits
2 commits
4535880108
...
246f4e11b7
Author | SHA1 | Date | |
---|---|---|---|
246f4e11b7 | |||
4041ae5cbb |
3 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@ on:
|
|||
branches: ['main']
|
||||
paths:
|
||||
- 'extension/**/*'
|
||||
- flake.nix
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
|
@ -5,6 +5,7 @@ on:
|
|||
branches: ['main']
|
||||
paths:
|
||||
- 'backend/**/*'
|
||||
- flake.nix
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
docker = pkgs.dockerTools.buildLayeredImage {
|
||||
name = self.packages.${system}.default.pname;
|
||||
tag = "latest";
|
||||
contents = [ self.packages.${system}.default pkgs.busybox ];
|
||||
contents = [ self.packages.${system}.default pkgs.busybox pkgs.cacert ];
|
||||
config = {
|
||||
Cmd = [ "/bin/app.py" ];
|
||||
WorkingDir = "/state";
|
||||
|
|
Loading…
Reference in a new issue