Compare commits

...

1 Commits
v1.17 ... v1.18

Author SHA1 Message Date
bamanker
9384be3d8a 传递环境变量14
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled
2025-12-26 10:47:13 +08:00

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 }} |