fix: update registry to git.csrx.ru (before DNS migration)
Some checks failed
Deploy / build-and-push (push) Failing after 10s
Deploy / deploy (push) Has been skipped

This commit is contained in:
rainofdestiny 2026-03-26 22:17:08 +07:00
parent 4b19b6666a
commit 1179c18362

View file

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