Skip to content

Commit b862fd2

Browse files
authored
Update ecr-deploy.yml
1 parent e126062 commit b862fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecr-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: build
4040
shell: bash
4141
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 .
4343
4444
- name: push ecr
4545
uses: Deep-Consulting-Solutions/ecr-deploy-action@main

0 commit comments

Comments
 (0)