Compare commits

..

19 Commits

Author SHA1 Message Date
actions-user
5d7be28bae tag version Cal.com version v3.9.8 2024-04-11 20:12:44 +00:00
actions-user
565a93571e Auto updated submodule references 2024-04-11 04:04:33 +00:00
actions-user
d102ff9976 Auto updated submodule references 2024-04-10 04:04:32 +00:00
actions-user
ab78be5209 Auto updated submodule references 2024-04-09 04:05:27 +00:00
actions-user
83471cbc38 Auto updated submodule references 2024-04-06 04:05:10 +00:00
actions-user
7777573d50 Auto updated submodule references 2024-04-05 04:05:31 +00:00
actions-user
97cb3c70c9 Auto updated submodule references 2024-04-04 04:04:32 +00:00
Syed Ali Shahbaz
2659e73b6a Upgrades action versions 2024-04-03 17:33:34 +04:00
actions-user
89b2dae3c6 Auto updated submodule references 2024-04-03 04:05:25 +00:00
actions-user
ece2425a27 Auto updated submodule references 2024-04-02 04:04:51 +00:00
actions-user
3aec121771 Auto updated submodule references 2024-03-30 04:04:30 +00:00
actions-user
a9f96e87ac Auto updated submodule references 2024-03-29 04:05:13 +00:00
actions-user
01b66f7c0a Auto updated submodule references 2024-03-28 04:04:26 +00:00
actions-user
91bb9e89ee Auto updated submodule references 2024-03-27 04:05:20 +00:00
actions-user
609407a07b Auto updated submodule references 2024-03-26 04:04:30 +00:00
actions-user
fca067bc39 Auto updated submodule references 2024-03-23 04:05:06 +00:00
actions-user
647ca613a8 Auto updated submodule references 2024-03-22 04:04:20 +00:00
actions-user
19496ec37a Auto updated submodule references 2024-03-21 04:05:20 +00:00
actions-user
0c8a1d0482 Auto updated submodule references 2024-03-20 04:04:26 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -44,14 +44,14 @@ jobs:
# ref: ${{ github.event.inputs.version }} # ref: ${{ github.event.inputs.version }}
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Git submodule update - name: Git submodule update
run: | run: |
git submodule update --init git submodule update --init
- name: Log in to the Docker Hub registry - name: Log in to the Docker Hub registry
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
# Username used to log against the Docker registry # Username used to log against the Docker registry
username: ${{ secrets.DOCKER_HUB_USERNAME }} username: ${{ secrets.DOCKER_HUB_USERNAME }}
@@ -61,7 +61,7 @@ jobs:
logout: true # optional, default is true logout: true # optional, default is true
- name: Log in to the Github Container registry - name: Log in to the Github Container registry
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
@@ -69,7 +69,7 @@ jobs:
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v5
with: with:
images: | images: |
docker.io/calendso/calendso docker.io/calendso/calendso
@@ -95,7 +95,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@v2 uses: docker/setup-buildx-action@v3
with: with:
driver-opts: | driver-opts: |
network=container:database network=container:database
@@ -107,7 +107,7 @@ jobs:
- name: Build image - name: Build image
id: docker_build id: docker_build
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ./ context: ./
file: ./Dockerfile file: ./Dockerfile
@@ -176,7 +176,7 @@ jobs:
- name: Push image - name: Push image
id: docker_push id: docker_push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ./ context: ./
file: ./Dockerfile file: ./Dockerfile

2
calcom

Submodule calcom updated: 0e29c518d0...c79d0890c0