diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d4e0122..bd12cbf 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,8 +21,8 @@ jobs: uses: docker/login-action@v3 with: registry: gitea.likegears.com - username: ${{ gitea.actor }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: ${{ secrets.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_PASSWORD }} - name: Extract version from tag id: version