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