summary refs log tree commit diff
diff options
context:
space:
mode:
authorCyberL1 <mateusz.hf18@gmail.com>2026-02-11 08:34:31 +0100
committerCyberL1 <mateusz.hf18@gmail.com>2026-02-11 08:34:31 +0100
commit51e49c8481c1676b66602b1c01eba5c085af451a (patch)
tree8b06b123523a8bb302210d526c7ba8173b7c23cf
parentchore: remove separated workflow files (diff)
downloadserver-ts-51e49c8481c1676b66602b1c01eba5c085af451a.tar.xz
use checkout
-rw-r--r--.github/workflows/build-docker.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml

index ae1cdcf0..e4eae70a 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml
@@ -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