Compare commits

..

1 Commits

Author SHA1 Message Date
bamanker
a83edb9479 传递环境变量19
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled
2025-12-26 11:15:39 +08:00

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 }} |