Skip to content

Commit

Permalink
ci(fix): Set NODE_ENV in build push ui image to production
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jun 22, 2024
1 parent a2bc242 commit b545644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
env:
NEXT_PUBLIC_API_URL: http://localhost:3000
NEXT_PUBLIC_API_URL: http://localhost:8000
NEXT_PUBLIC_APP_URL: http://localhost:3000
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: "secret-clerk-publishable-key"
NEXT_PUBLIC_DISABLE_AUTH: "true"
NEXT_SERVER_API_URL: http://localhost:8000
NODE_ENV: development
NODE_ENV: production
with:
context: frontend
file: frontend/Dockerfile.prod
Expand Down

0 comments on commit b545644

Please sign in to comment.