From 78c3108d94db71a1037e3df49eb41943bc871f31 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Thu, 13 Nov 2025 00:06:28 +0800 Subject: [PATCH] Add short-sha output to action.yml --- .github/actions/setup/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 724af45a5..befe4f57a 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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: