mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
Add short-sha output to action.yml
This commit is contained in:
parent
230a397d0f
commit
78c3108d94
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -4,6 +4,8 @@ inputs:
|
|||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
outputs:
|
outputs:
|
||||||
|
short-sha:
|
||||||
|
value: ${{ steps.create-short-sha.outputs.SHORT_SHA }}
|
||||||
image-name:
|
image-name:
|
||||||
value: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ steps.create-short-sha.outputs.SHORT_SHA }}
|
value: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ steps.create-short-sha.outputs.SHORT_SHA }}
|
||||||
cache-name:
|
cache-name:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user