fix: update registry domain to git.walava.io
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1179c18362
commit
b6407cf6f6
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Login to registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.csrx.ru
|
||||
registry: git.walava.io
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: git.csrx.ru/jack/walava-web:latest
|
||||
tags: git.walava.io/jack/walava-web:latest
|
||||
|
||||
deploy:
|
||||
needs: build-and-push
|
||||
|
|
|
|||
Loading…
Reference in a new issue