diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 76a779a..207cbc2 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -30,8 +30,8 @@ jobs: uses: docker/login-action@v3 with: registry: gitea.bv.stef.lan - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_PASSWORD }} + username: stef + password: stef - name: Build and push image uses: docker/build-push-action@v6