mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
debug pr name
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
0d6a25d6ee
commit
68669238f9
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -54,4 +54,5 @@ jobs:
|
|||||||
TAG_PR_NAME: pr-${{ fromJson(steps.get_pr_data.outputs.result).number }}
|
TAG_PR_NAME: pr-${{ fromJson(steps.get_pr_data.outputs.result).number }}
|
||||||
TAG_SHA: ${{ github.sha }}
|
TAG_SHA: ${{ github.sha }}
|
||||||
run: |
|
run: |
|
||||||
ko build --tags=$TAG_PR_NAME,$TAG_SHA ./cmd/headscale
|
echo $TAG_PR_NAME
|
||||||
|
ko build --tags=$TAG_SHA ./cmd/headscale
|
||||||
|
Loading…
Reference in New Issue
Block a user