mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 05:04:22 +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
|
- name: Login to reg.vados.ru
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v4
|
||||||
env:
|
|
||||||
REG_USER: ${{ vars.VADOS_REG_USERNAME }}
|
|
||||||
REG_PASS: ${{ secrets.REG_PASS }}
|
|
||||||
image: ${{ env.IMAGE_NAME }}
|
|
||||||
with:
|
with:
|
||||||
registry-auth: |
|
username: ${{ vars.VADOS_REG_USERNAME }}
|
||||||
- registry: reg.vados.ru
|
password: ${{ secrets.REG_PASS }}
|
||||||
username:
|
scope: '${image}@push'
|
||||||
password: $REG_PASS
|
|
||||||
scope: '${image}@push'
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v7
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue