ci: 从发布流程中移除docker登录步骤

移除Makefile中自动登录docker的步骤,因为登录凭证应通过更安全的方式处理
This commit is contained in:
2025-07-23 07:51:46 -07:00
parent df7fcddb40
commit bb5d6974fa
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -76,4 +76,5 @@ jobs:
make build-linux
make docker
make publish-docker
make docker-run
make docker-run