ci(docker): 移除Docker Hub登录凭据
出于安全考虑,移除工作流中的硬编码Docker Hub登录凭据
This commit is contained in:
parent
191cb7fc69
commit
51c4b4e3bd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user