fix: removed nextjs telemetry
This commit is contained in:
parent
a9549c7180
commit
f326a0fd7b
|
@ -75,7 +75,7 @@ jobs:
|
|||
id: build-and-push
|
||||
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
|
||||
env:
|
||||
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||
NEXT_TELEMETRY_DISABLED: 1
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
|
Loading…
Reference in New Issue