fix: update registry domain to git.walava.io
Some checks failed
Deploy / build-and-push (push) Failing after 4m25s
Deploy / deploy (push) Has been skipped

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rainofdestiny 2026-03-26 22:51:46 +07:00
parent 1179c18362
commit b6407cf6f6

View file

@ -13,7 +13,7 @@ jobs:
- name: Login to registry - name: Login to registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.csrx.ru registry: git.walava.io
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
@ -21,7 +21,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
push: true push: true
tags: git.csrx.ru/jack/walava-web:latest tags: git.walava.io/jack/walava-web:latest
deploy: deploy:
needs: build-and-push needs: build-and-push