File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
strategy :
20
20
matrix :
21
- node-version : [20.9 .0]
21
+ node-version : [18.12 .0]
22
22
23
23
steps :
24
24
- uses : actions/checkout@v4
55
55
NEXT_PUBLIC_STRIPE_WEBHOOK_SECRET : ${{ secrets.NEXT_PUBLIC_STRIPE_WEBHOOK_SECRET }}
56
56
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY }}
57
57
run : |
58
- BUILD_ARGS=$(./scripts/create-env.sh)
59
- docker build --no-cache $BUILD_ARGS . --tag ghcr.io/aknibircse/rupantor-ai-saas:latest
58
+ docker build --no-cache . --tag ghcr.io/aknibircse/rupantor-ai-saas:latest
60
59
61
60
- name : Push Docker Image To Registry
62
61
run : docker push ghcr.io/aknibircse/rupantor-ai-saas:latest
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ BUILD_ARGS=""
5
5
6
6
# List Of Environment Variables
7
7
ENV_VARS=(
8
- " NODE_ENV"
9
8
" NEXT_PUBLIC_CLERK_SIGN_IN_URL"
10
9
" NEXT_PUBLIC_CLERK_SIGN_UP_URL"
11
10
" NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL"
You canβt perform that action at this time.
0 commit comments