Skip to content

Commit

Permalink
run ko with nix
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Aug 12, 2024
1 parent aba61ce commit 9a4c7e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9a4c7e4

Please sign in to comment.