debug pr name

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-08-12 09:18:04 +02:00
parent 0d6a25d6ee
commit 68669238f9
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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