chore: update gitea url
Some checks failed
Build and Push Docker Image / build (push) Failing after 9s

This commit is contained in:
Pihkaal
2026-02-11 14:55:34 +01:00
parent a71662449f
commit 11035063e6
2 changed files with 4 additions and 4 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_TOKEN }}
- name: Build and push Docker image
run: |
docker build -t git.pihkaal.xyz/pihkaal/simple-qr:latest .
docker push git.pihkaal.xyz/pihkaal/simple-qr:latest
docker build -t git.pihkaal.me/pihkaal/simple-qr:latest .
docker push git.pihkaal.me/pihkaal/simple-qr:latest

View File

@@ -1,7 +1,7 @@
services:
app:
container_name: simple-qr
image: git.pihkaal.xyz/pihkaal/simple-qr:latest
image: git.pihkaal.me/pihkaal/simple-qr:latest
networks:
- web
labels: