Add short-sha output to action.yml

This commit is contained in:
GuoQing Liu 2025-11-13 00:06:28 +08:00 committed by GitHub
parent 230a397d0f
commit 78c3108d94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@ inputs:
GITHUB_TOKEN:
required: true
outputs:
short-sha:
value: ${{ steps.create-short-sha.outputs.SHORT_SHA }}
image-name:
value: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ steps.create-short-sha.outputs.SHORT_SHA }}
cache-name: