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

This commit is contained in:
bamanker
2025-12-26 11:15:39 +08:00
parent 2bf5e16dcd
commit a83edb9479

View File

@@ -45,7 +45,7 @@ jobs:
env:
APP_VERSION: ${{ steps.get_version.outputs.version }}
run: |
cat ./deployment.yml && export APP_TAG=$APP_VERSION
echo "The app version is $APP_VERSION" && export APP_TAG=$APP_VERSION
# export APP_TAG=$env.TAG
# echo APP_TAG=${{ env.TAG }} |
# export APP_NAME=${{ env.APP_NAME }} |