mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-13 12:02:01 +09:00
run ko with nix
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
@@ -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