Compare commits

..

1 Commits

Author SHA1 Message Date
actions-user
5fe07a2526 tag version Cal.com version v3.7.17 2024-02-13 22:00:04 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -44,14 +44,14 @@ jobs:
# ref: ${{ github.event.inputs.version }}
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Git submodule update
run: |
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 }}
@@ -61,7 +61,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 }}
@@ -69,7 +69,7 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v4
with:
images: |
docker.io/calendso/calendso
@@ -95,7 +95,7 @@ jobs:
docker compose up -d database
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
network=container:database
@@ -107,7 +107,7 @@ jobs:
- name: Build image
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v4
with:
context: ./
file: ./Dockerfile
@@ -176,7 +176,7 @@ jobs:
- name: Push image
id: docker_push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v4
with:
context: ./
file: ./Dockerfile

2
calcom

Submodule calcom updated: 9dd2dbff19...f0d2a45fdf