set build as impure so it reads home var
Some checks failed
Build and Publish / build-release (push) Failing after 2m13s
Some checks failed
Build and Publish / build-release (push) Failing after 2m13s
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Build Docker Image via Nix Flake
|
- name: Build Docker Image via Nix Flake
|
||||||
run: |
|
run: |
|
||||||
export HOME=$TMPDIR
|
export HOME=$TMPDIR
|
||||||
nix build ./build/#dockerImage
|
nix build --impure ./build/#dockerImage
|
||||||
docker load -i result
|
docker load -i result
|
||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
|
|||||||
Reference in New Issue
Block a user