test without pr number

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-08-12 09:47:21 +02:00
parent 1efb817acc
commit aba61ceb1b
No known key found for this signature in database

View file

@ -57,7 +57,7 @@ jobs:
if: steps.changed-files.outputs.files == 'true' if: steps.changed-files.outputs.files == 'true'
env: env:
KO_DOCKER_REPO: ghcr.io/${{ github.repository_owner }}/headscale KO_DOCKER_REPO: ghcr.io/${{ github.repository_owner }}/headscale
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: |
echo $TAG_PR_NAME echo $TAG_PR_NAME