mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 21:15:28 +00:00
use checkout
This commit is contained in:
@@ -22,11 +22,10 @@ jobs:
|
||||
- cdn-cs
|
||||
- gateway-offload
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Clone the server repository
|
||||
run: git clone https://github.com/spacebarchat/server
|
||||
- name: Build the docker image
|
||||
run: nix build .#containers.x86_64-linux.docker.${{ matrix.package }}
|
||||
working-directory: server
|
||||
|
||||
Reference in New Issue
Block a user