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

This commit is contained in:
bamanker
2025-12-26 10:57:34 +08:00
parent 9384be3d8a
commit ade040c622

View File

@@ -40,10 +40,8 @@ jobs:
# - name: Check java version
# run: java -version
- name: Set Env Var
env:
APP_TAG: ${{ steps.get_version.outputs.version }}
run: |
cat ./deployment.yml && export APP_TAG="${{ env.APP_TAG }}"
cat ./deployment.yml && export APP_TAG="${{ steps.get_version.outputs.version }}"
# export APP_TAG=$env.TAG
# echo APP_TAG=${{ env.TAG }} |
# export APP_NAME=${{ env.APP_NAME }} |