Compare commits

..

1 Commits

Author SHA1 Message Date
actions-user
d82aeaad78 tag version Cal.com version v3.2.10 2023-09-12 21:00:47 +00:00
2 changed files with 3 additions and 3 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 }}

2
calcom

Submodule calcom updated: 8ff07807f9...3d4a3c7a93