username instead of password
This commit is contained in:
parent
b1658959e7
commit
d9d71b68a5
@ -17,7 +17,7 @@ jobs:
|
||||
run:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_PASSWORD }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
logout: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user