File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 39
39
- name : build
40
40
shell : bash
41
41
run : |
42
- docker build --build-arg NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000' --build-arg NEXT_PUBLIC_LICENSE_CONSENT='agree' --build-arg NEXT_PUBLIC_TELEMETRY_KEY=1234567 --build-arg CALCOM_TELEMETRY_DISABLED=1 --build-arg DATABASE_URL=postgresql://postgres:postgres@172.17.0.1:5432/postgres DATABASE_DIRECT_URL=postgresql://postgres:postgres@172.17.0.1:5432/postgres -t "${{ github.ref_name }}" -f Dockerfile .
42
+ docker build --build-arg NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000' --build-arg NEXT_PUBLIC_LICENSE_CONSENT='agree' --build-arg NEXT_PUBLIC_TELEMETRY_KEY=1234567 --build-arg CALCOM_TELEMETRY_DISABLED=1 --build-arg DATABASE_URL=postgresql://postgres:postgres@172.17.0.1:5432/postgres --build-arg DATABASE_DIRECT_URL=postgresql://postgres:postgres@172.17.0.1:5432/postgres -t "${{ github.ref_name }}" -f Dockerfile .
43
43
44
44
- name : push ecr
45
45
uses : Deep-Consulting-Solutions/ecr-deploy-action@main
You can’t perform that action at this time.
0 commit comments