From ba1e2cb5058925e262cfef5b9acfad70b8b4948e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Nu=C3=B1ez=20Romeu?= Date: Fri, 31 Jul 2026 12:51:55 +0200 Subject: [PATCH] cicd docker fix --- .gitea/workflows/deploy.yaml | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 728016f..98243bc 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -42,8 +42,8 @@ jobs: context: . push: true tags: | - git.hacecalor.net/ichitux/zlb:latest - git.hacecalor.net/ichitux/zlb:${{ gitea.sha }} + git.hacecalor.net/Ichitux/zlb:latest + git.hacecalor.net/Ichitux/zlb:${{ gitea.sha }} - run: 'echo "Image ${{ gitea.sha }} pushed to registry. Job status: ${{ job.status }}"' deploy: diff --git a/docker-compose.yml b/docker-compose.yml index 6e37810..46f79d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: zlb: - image: git.hacecalor.net/ichitux/zlb:latest + image: git.hacecalor.net/Ichitux/zlb:latest build: context: . dockerfile: Dockerfile