diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 88e6b4b..81b31e9 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -27,7 +27,7 @@ jobs: with: registry: ${{ env.GITEA_DOMAIN }} username: ${{ env.GITEA_REGISTRY_USER }} - password: ${{ secret.REGISTRY_TOKEN }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and Push image uses: docker/build-push-action@v6 with: