mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 22:10:06 -05:00
use nix caching and docker caching in CI
Also bumps tailscale version to trigger build and fixes a CLI test that had the wrong capitalisation Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
committed by
Kristoffer Dalby
parent
19dc0ac702
commit
fe75b71620
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -16,7 +16,8 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Run goreleaser
|
||||
run: nix develop --command -- goreleaser release --clean
|
||||
|
||||
Reference in New Issue
Block a user