fix: removed nextjs telemetry

This commit is contained in:
Elie Baier 2023-12-20 15:01:38 +01:00
parent a9549c7180
commit f326a0fd7b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
id: build-and-push id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
env: env:
DATABASE_URL: ${{ secrets.DATABASE_URL }} NEXT_TELEMETRY_DISABLED: 1
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}