mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:49:39 +00:00
run ko with nix
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -60,5 +60,4 @@ jobs:
|
||||
# TAG_PR_NAME: pr-${{ fromJson(steps.get_pr_data.outputs.result).number }}
|
||||
TAG_SHA: ${{ github.sha }}
|
||||
run: |
|
||||
echo $TAG_PR_NAME
|
||||
ko build --tags=$TAG_SHA ./cmd/headscale
|
||||
nix develop --command -- ko build --tags=$TAG_SHA ./cmd/headscale
|
||||
|
Reference in New Issue
Block a user