Compare commits
1 Commits
dependabot
...
release-v3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4587aaa2e7 |
4
.github/workflows/create-release.yaml
vendored
4
.github/workflows/create-release.yaml
vendored
@@ -32,12 +32,10 @@ jobs:
|
|||||||
git commit -m "tag version Cal.com version ${{ inputs.RELEASE_TAG }}"
|
git commit -m "tag version Cal.com version ${{ inputs.RELEASE_TAG }}"
|
||||||
git push origin 'release-${{ inputs.RELEASE_TAG }}'
|
git push origin 'release-${{ inputs.RELEASE_TAG }}'
|
||||||
|
|
||||||
# note: instead of secrets.GITHUB_TOKEN here, we need to use a PAT
|
|
||||||
# so that the release creation triggers the image build workflow
|
|
||||||
- name: "Create release"
|
- name: "Create release"
|
||||||
uses: "actions/github-script@v6"
|
uses: "actions/github-script@v6"
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.ACTIONS_ACCESS_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
script: |
|
script: |
|
||||||
try {
|
try {
|
||||||
const response = await github.rest.repos.createRelease({
|
const response = await github.rest.repos.createRelease({
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ jobs:
|
|||||||
docker compose up -d database
|
docker compose up -d database
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
network=container:database
|
network=container:database
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ COPY calcom/package.json calcom/yarn.lock calcom/.yarnrc.yml calcom/playwright.c
|
|||||||
COPY calcom/.yarn ./.yarn
|
COPY calcom/.yarn ./.yarn
|
||||||
COPY calcom/apps/web ./apps/web
|
COPY calcom/apps/web ./apps/web
|
||||||
COPY calcom/packages ./packages
|
COPY calcom/packages ./packages
|
||||||
COPY calcom/tests ./tests
|
|
||||||
|
|
||||||
RUN yarn config set httpTimeout 1200000 && \
|
RUN yarn config set httpTimeout 1200000 && \
|
||||||
npx turbo prune --scope=@calcom/web --docker && \
|
npx turbo prune --scope=@calcom/web --docker && \
|
||||||
|
|||||||
2
calcom
2
calcom
Submodule calcom updated: 8ff07807f9...ad4d71d8c0
Reference in New Issue
Block a user