x
Build docker and publish / build (20.15.1) (push) Has been cancelled

This commit is contained in:
2026-05-15 09:53:15 -07:00
parent f2033fd4b9
commit 0d57450283
3 changed files with 229 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
elif [ "${{ github.ref_name }}" = "internal" ]; then
echo "DOCKER_TAG_SUFFIX=internal" >> $GITHUB_ENV
echo "CONTAINER_NAME=ppanel-server-internal" >> $GITHUB_ENV
echo "DEPLOY_PATH=/root/hifast" >> $GITHUB_ENV
echo "DEPLOY_PATH=/root/bindbox" >> $GITHUB_ENV
echo "为 internal 分支设置开发环境变量"
else
echo "DOCKER_TAG_SUFFIX=${{ github.ref_name }}" >> $GITHUB_ENV