fix path in nix build
Some checks failed
Build and Publish / build-release (push) Failing after 2m22s
Some checks failed
Build and Publish / build-release (push) Failing after 2m22s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Docker Image via Nix Flake
|
- name: Build Docker Image via Nix Flake
|
||||||
run: |
|
run: |
|
||||||
nix build .#dockerImage --print-build-logs
|
nix build ./build#dockerImage --print-build-logs
|
||||||
docker load < result
|
docker load < result
|
||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
|
|||||||
Reference in New Issue
Block a user