diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 87dfe78..550b71c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - name: Log in to Registry uses: docker/login-action@v2 with: - registry: my.gitea.domain # Replace with your Gitea registry URL + registry: gitea-server # Replace with your Gitea registry URL username: ryan #${{ secrets.REGISTRY_USERNAME }} # Stored as a Gitea secret password: 0x013h #${{ secrets.REGISTRY_TOKEN }} # Stored as a Gitea secret (use a PAT here)