传递环境变量10
Some checks failed
Build Push and Deploy Image / build (push) Failing after 2s

This commit is contained in:
bamanker
2025-12-26 10:02:07 +08:00
parent c0975a75ed
commit 1e81261aef

View File

@@ -42,9 +42,10 @@ jobs:
# run: java -version
- name: Set Env Var
env:
TAG: ${{ steps.get_version.outputs.version }}
APP_TAG: ${{ steps.get_version.outputs.version }}
run: |
export APP_TAG=$env.TAG
cat ./deploy/deployment.yml
# export APP_TAG=$env.TAG
# echo APP_TAG=${{ env.TAG }} |
# export APP_NAME=${{ env.APP_NAME }} |
# echo APP_NAME=${{ env.APP_NAME }} |