mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 16:19:53 +00:00
use checkout
This commit is contained in:
3
.github/workflows/build-docker.yml
vendored
3
.github/workflows/build-docker.yml
vendored
@@ -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