Compare commits

...

2 Commits
v1.09 ... v1.11

Author SHA1 Message Date
bamanker
8412554d26 传递环境变量7
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled
2025-12-26 09:51:14 +08:00
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

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