Change to new domain

This commit is contained in:
2025-12-31 12:01:40 +03:00
committed by Sweetbread
parent 000465079b
commit c806dfff6c
7 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
- name: Login to Docker Registry
uses: docker/login-action@v2
with:
registry: g.codrs.ru
registry: g.lair.moe
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -26,6 +26,6 @@ jobs:
with:
context: .
push: ${{ github.event_name == 'push' }}
tags: g.codrs.ru/${{ vars.DOCKER_USERNAME }}/codrs.ru:latest
tags: g.lair.moe/${{ vars.DOCKER_USERNAME }}/lair.moe:latest
cache-from: type=gha
cache-to: type=gha,mode=max