Skip to content

Commit

Permalink
Revert "chore: try Dockerfile in react-app-revamp"
Browse files Browse the repository at this point in the history
This reverts commit 6834dee.
  • Loading branch information
seanmc9 committed Oct 10, 2024
1 parent 6834dee commit f376bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs_build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build Docker image
uses: docker/build-push-action@v3
with:
context: packages/react-app-revamp
context: .
build-args: |
NEXT_PUBLIC_SUPABASE_URL: ${{ github.ref == 'refs/heads/main' && secrets.PROD_NEXT_PUBLIC_SUPABASE_URL || secrets.DEV_NEXT_PUBLIC_SUPABASE_URL }}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ github.ref == 'refs/heads/main' && secrets.PROD_NEXT_PUBLIC_SUPABASE_ANON_KEY || secrets.DEV_NEXT_PUBLIC_SUPABASE_ANON_KEY }}
Expand Down Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Push Docker image to registry
uses: docker/build-push-action@v3
with:
context: packages/react-app-revamp
context: .
push: true
tags: ghcr.io/seanmc9/mask-bloc-bot:prod
File renamed without changes.

0 comments on commit f376bd3

Please sign in to comment.