传递环境变量9
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled

This commit is contained in:
bamanker
2025-12-26 09:57:51 +08:00
parent 10153898c2
commit c0975a75ed

View File

@@ -44,7 +44,7 @@ jobs:
env:
TAG: ${{ steps.get_version.outputs.version }}
run: |
export APP_TAG=${env.TAG} |
export APP_TAG=$env.TAG
# echo APP_TAG=${{ env.TAG }} |
# export APP_NAME=${{ env.APP_NAME }} |
# echo APP_NAME=${{ env.APP_NAME }} |