diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b35f807..c1350ac 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -30,8 +30,8 @@ jobs: uses: docker/login-action@v3 with: registry: tea.millaguie.net - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + username: ${{ secrets.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push backend image uses: docker/build-push-action@v5