mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 20:54:14 +00:00
Update Docker registry username variable
This commit is contained in:
parent
46e3546c55
commit
6661532573
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: Login to reg.vados.ru
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
username: ${{ vars.VADOS_REG_USERNAME }}
|
||||
username: ${{ vars.REG_USER }}
|
||||
password: ${{ secrets.REG_PASS }}
|
||||
scope: '${image}@push'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue