ci(docker): 移除Docker Hub登录凭据

出于安全考虑,移除工作流中的硬编码Docker Hub登录凭据
This commit is contained in:
shanshanzhong 2025-07-27 02:35:06 -07:00
parent 191cb7fc69
commit 51c4b4e3bd

View File

@ -86,9 +86,7 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}
- name: Install jq
run: sudo apt-get install -y jq