fix: update registry to git.csrx.ru (before DNS migration)
This commit is contained in:
parent
4b19b6666a
commit
1179c18362
1 changed files with 2 additions and 2 deletions
|
|
@ -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.walava.io
|
registry: git.csrx.ru
|
||||||
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.walava.io/jack/walava-web:latest
|
tags: git.csrx.ru/jack/walava-web:latest
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue