diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b55f4a1..511e2ed 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,7 +23,7 @@ jobs: with: registry: gitea.poettker-cloud.de username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and Push Backend uses: docker/build-push-action@v5