ci(tradein): pass NEXT_PUBLIC_ENABLE_PREVIEW=1 to frontend build (#801)
This commit is contained in:
parent
f72edb828a
commit
ae1a35140c
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ jobs:
|
|||
build-args: |
|
||||
NEXT_PUBLIC_BASE_PATH=/trade-in
|
||||
NEXT_PUBLIC_API_BASE_URL=/trade-in
|
||||
NEXT_PUBLIC_ENABLE_PREVIEW=1
|
||||
cache-from: type=registry,ref=${{ env.IMAGE_FRONTEND }}:buildcache
|
||||
cache-to: type=registry,ref=${{ env.IMAGE_FRONTEND }}:buildcache,mode=max
|
||||
tags: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue