use checkout

This commit is contained in:
CyberL1
2026-02-11 08:34:31 +01:00
parent 3d46027476
commit 51e49c8481

View File

@@ -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