mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 13:14:11 +00:00
Update docker.yml
This commit is contained in:
parent
6661532573
commit
27cb5b910b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -42,11 +42,12 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Login to reg.vados.ru
|
||||
uses: docker/login-action@v4
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: reg.vados.ru
|
||||
username: ${{ vars.REG_USER }}
|
||||
password: ${{ secrets.REG_PASS }}
|
||||
scope: '${image}@push'
|
||||
# scope: '${IMAGE_NAME}@push'
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v7
|
||||
|
|
|
|||
Loading…
Reference in a new issue