fix: Docker builds (#359)
* Testing: Separate RUN commands * Test with no prune * Copying v2 API app to test * Added NEXT_PUBLIC_API_V2_URL * Added default value for NEXT_PUBLIC_API_V2_URL * add cleanup step in docker-build-push-dockerhub * move cleanup and add directory list for directory context * --WIP * Setting the CWD for building the web app * Trying a workspace command to run with --cwd * Use action to free disk space * combined the jobs * Bring back app router * Clean up * Removed the extra push image step * clean up * Made the checkout more flexible * Just testing the github.ref * Reverted changes related to the version input --------- Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
This commit is contained in:
@@ -27,6 +27,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
NEXT_PUBLIC_WEBAPP_URL: ${NEXT_PUBLIC_WEBAPP_URL}
|
||||
NEXT_PUBLIC_API_V2_URL: ${NEXT_PUBLIC_API_V2_URL}
|
||||
NEXT_PUBLIC_LICENSE_CONSENT: ${NEXT_PUBLIC_LICENSE_CONSENT}
|
||||
CALCOM_TELEMETRY_DISABLED: ${CALCOM_TELEMETRY_DISABLED}
|
||||
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
|
||||
|
||||
Reference in New Issue
Block a user