diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 7f7fd81..9478fb8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: - name: Login to registry git.sh-edraft.de uses: https://github.com/docker/login-action@v1 with: - registry: git.sh-edraft.de + registry: gitreg.sh-edraft.de username: ${{ secrets.CI_USERNAME }} password: ${{ secrets.CI_ACCESS_TOKEN }}