diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 2c3be8f..ced80ab 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: gitea:3000 username: ${{ secrets.CI_USERNAME }} password: ${{ secrets.CI_ACCESS_TOKEN }}