Skip to content

Commit

Permalink
debug pr name
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 0d6a25d commit 6866923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
TAG_PR_NAME: pr-${{ fromJson(steps.get_pr_data.outputs.result).number }}
TAG_SHA: ${{ github.sha }}
run: |
ko build --tags=$TAG_PR_NAME,$TAG_SHA ./cmd/headscale
echo $TAG_PR_NAME
ko build --tags=$TAG_SHA ./cmd/headscale

0 comments on commit 6866923

Please sign in to comment.