From 5c83a1115d68138037ec856f32bedc677faf1315 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 11 Feb 2026 14:50:17 +0100 Subject: [PATCH] chore: update gitea url --- .gitea/workflows/docker-build.yml | 6 +++--- docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index 7979018..e54b0ae 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -19,11 +19,11 @@ jobs: - name: Log in to DockerHub 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/lbf-bot:latest -f apps/discord-bot/Dockerfile . - docker push git.pihkaal.xyz/pihkaal/lbf-bot:latest + docker build -t git.pihkaal.me/pihkaal/lbf-bot:latest -f apps/discord-bot/Dockerfile . + docker push git.pihkaal.me/pihkaal/lbf-bot:latest diff --git a/docker-compose.yml b/docker-compose.yml index b82f2fb..1c04852 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: discord-bot: container_name: lbf-bot - image: git.pihkaal.xyz/pihkaal/lbf-bot:latest + image: git.pihkaal.me/pihkaal/lbf-bot:latest restart: unless-stopped depends_on: postgres: