disable sandbox in build command
Some checks failed
Build and Publish / build-release (push) Has been cancelled
Some checks failed
Build and Publish / build-release (push) Has been cancelled
This commit is contained in:
@@ -22,13 +22,10 @@ jobs:
|
|||||||
uses: cachix/install-nix-action@v26
|
uses: cachix/install-nix-action@v26
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
extra_nix_config: |
|
|
||||||
sandbox = false
|
|
||||||
filter-syscalls = false
|
|
||||||
|
|
||||||
- name: Build Docker Image via Nix Flake
|
- name: Build Docker Image via Nix Flake
|
||||||
run: |
|
run: |
|
||||||
nix build ./build/#dockerImage
|
nix build --option sandbox false ./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