build: 解决 Docker login 用户名为空的问题
This commit is contained in:
parent
d59a05f806
commit
18a4602e62
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: Docker Login
|
||||
uses: docker/login-action@v1.6.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
username: metersphere
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
|
||||
- name: Build Docker Image
|
||||
|
|
Loading…
Reference in New Issue