mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Fixed password.
This commit is contained in:
parent
863057f496
commit
8293dc3925
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
username: keanucode
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
repository: keanucode/travbot-v3/travbot-v3
|
||||
tags: latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue