mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-02 21:59:31 +00:00
GHA: pass --accept-flake-config to nix
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
trusted-substituters = https://cache.nixos.org https://nix-bincache.rory.gay
|
||||
|
||||
- name: Build the docker image
|
||||
run: nix build .#containers.x86_64-linux.docker.${{ matrix.package }}
|
||||
run: nix build --accept-flake-config .#containers.x86_64-linux.docker.${{ matrix.package }}
|
||||
- run: docker load < result
|
||||
- name: downcase REPO
|
||||
run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
|
||||
|
||||
Reference in New Issue
Block a user