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
3911d7d94f
commit
46e3546c55
1 changed files with 3 additions and 9 deletions
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
|
|
@ -43,16 +43,10 @@ jobs:
|
|||
|
||||
- name: Login to reg.vados.ru
|
||||
uses: docker/login-action@v4
|
||||
env:
|
||||
REG_USER: ${{ vars.VADOS_REG_USERNAME }}
|
||||
REG_PASS: ${{ secrets.REG_PASS }}
|
||||
image: ${{ env.IMAGE_NAME }}
|
||||
with:
|
||||
registry-auth: |
|
||||
- registry: reg.vados.ru
|
||||
username:
|
||||
password: $REG_PASS
|
||||
scope: '${image}@push'
|
||||
username: ${{ vars.VADOS_REG_USERNAME }}
|
||||
password: ${{ secrets.REG_PASS }}
|
||||
scope: '${image}@push'
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v7
|
||||
|
|
|
|||
Loading…
Reference in a new issue