Compare commits

..

1 Commits
v1.09 ... v1.10

Author SHA1 Message Date
bamanker
8555ea3077 传递环境变量6
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1s
2025-12-26 09:50:18 +08:00

View File

@@ -45,9 +45,9 @@ jobs:
TAG: ${{ steps.get_version.outputs.version }}
run: |
export APP_TAG=${{ env.TAG }} |
echo APP_TAG=${{ env.TAG }} |
export APP_NAME=${{ env.APP_NAME }} |
echo APP_NAME=${{ env.APP_NAME }} |
# echo APP_TAG=${{ env.TAG }} |
# export APP_NAME=${{ env.APP_NAME }} |
# echo APP_NAME=${{ env.APP_NAME }} |
- name: Inject Env Var
run: |
envsubst < .deploy/deployment.yml