Compare commits

..

1 Commits

Author SHA1 Message Date
actions-user
93830a27ee tag version Cal.com version v3.2.8 2023-09-05 20:42:22 +00:00
3 changed files with 3 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ jobs:
git submodule update --init
- name: Log in to the Docker Hub registry
uses: docker/login-action@v3
uses: docker/login-action@v2
with:
# Username used to log against the Docker registry
username: ${{ secrets.DOCKER_HUB_USERNAME }}
@@ -51,7 +51,7 @@ jobs:
logout: true # optional, default is true
- name: Log in to the Github Container registry
uses: docker/login-action@v3
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}

View File

@@ -21,7 +21,6 @@ COPY calcom/package.json calcom/yarn.lock calcom/.yarnrc.yml calcom/playwright.c
COPY calcom/.yarn ./.yarn
COPY calcom/apps/web ./apps/web
COPY calcom/packages ./packages
COPY calcom/tests ./tests
RUN yarn config set httpTimeout 1200000 && \
npx turbo prune --scope=@calcom/web --docker && \

2
calcom

Submodule calcom updated: 8ff07807f9...bf9c881d16