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

This commit is contained in:
bamanker
2025-12-26 10:47:13 +08:00
parent cb0355b2d3
commit 9384be3d8a

View File

@@ -43,7 +43,7 @@ jobs:
env:
APP_TAG: ${{ steps.get_version.outputs.version }}
run: |
cat ./deployment.yml && export APP_TAG="${{ env.TAG }}"
cat ./deployment.yml && export APP_TAG="${{ env.APP_TAG }}"
# export APP_TAG=$env.TAG
# echo APP_TAG=${{ env.TAG }} |
# export APP_NAME=${{ env.APP_NAME }} |