Skip to content

Commit

Permalink
Fix GitHub Actions not building Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Nov 12, 2024
1 parent fba50b7 commit f06c565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
name: drakon64-amaurot
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- run: nix-build Anyder Ktisis
- run: nix-build Anyder/docker.nix Ktisis/docker.nix
working-directory: Nix
2 changes: 1 addition & 1 deletion Nix/Ktisis/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pkgs.dockerTools.buildLayeredImage {
config = {
command = [
(lib.getExe ktisis.dotnet-runtime)
"${anyder}/lib/ktisis/Ktisis.dll"
"${ktisis}/lib/ktisis/Ktisis.dll"
];

env = [ "TOFU_PATH=${lib.getExe pkgs.opentofu}" ];
Expand Down

0 comments on commit f06c565

Please sign in to comment.