chore: git.pihkaal.xyz -> git.pihkaal.me
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
Pihkaal
2026-02-11 11:28:31 +01:00
parent 0eb189660b
commit 7ec02d3dca
3 changed files with 6 additions and 6 deletions

View File

@@ -19,11 +19,11 @@ jobs:
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: git.pihkaal.xyz
registry: git.pihkaal.me
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push Docker image
run: |
docker build -t git.pihkaal.xyz/pihkaal/gitea-auto-urls:latest .
docker push git.pihkaal.xyz/pihkaal/gitea-auto-urls:latest
docker build -t git.pihkaal.me/pihkaal/gitea-auto-urls:latest .
docker push git.pihkaal.me/pihkaal/gitea-auto-urls:latest