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

This commit is contained in:
bamanker
2025-12-26 09:36:22 +08:00
parent b37172331e
commit a2cea3ca9a

View File

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