diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 98243bc..728016f 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: