mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
Update docker.yml
This commit is contained in:
parent
50a46a3a9d
commit
bfe22c099b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: reg.vados.ru
|
||||
username: ${{ secrets.VADOS_REG_USERNAME }}
|
||||
username: ${{ vars.VADOS_REG_USERNAME }}
|
||||
password: ${{ secrets.VADOS_REG_PASSWORD }}
|
||||
|
||||
- name: Log in to GHCR
|
||||
|
|
|
|||
Loading…
Reference in a new issue