Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Nov 8, 2024
1 parent 3860d29 commit dee88be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/docker-build-push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Build and push image to DockerHub
on:
push:
branches:
- 'main'
- "main"
tags:
- 'v*'
- "v*"
# update on run of Update Calendso nightly submodule update
workflow_run:
workflows: ["Update Calendso"]
Expand All @@ -25,8 +25,8 @@ on:

# Leaving in example for releases. Initially we simply push to 'latest'
# on:
# release:
# types: [ created ]
# release:
# types: [ created ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -78,8 +78,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
docker.io/calendso/calendso
docker.io/calcom/cal.com
docker.io/bitcoinnanolabs/calendso
docker.io/bitcoinnanolabs/cal.com
ghcr.io/calcom/cal.com
# Add flavor latest only on full releases, not on pre-releases
flavor: |
Expand Down Expand Up @@ -107,18 +107,18 @@ jobs:
network=container:database
buildkitd-flags: |
--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
# config-inline: |
# [worker.oci]
# max-parallelism = 1
# config-inline: |
# [worker.oci]
# max-parallelism = 1

- name: Build image
id: docker_build
uses: docker/build-push-action@v5
with:
context: ./
file: ./Dockerfile
load: true # Load the image into the Docker daemon
push: false # Do not push the image at this stage
load: true # Load the image into the Docker daemon
push: false # Do not push the image at this stage
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -169,8 +169,8 @@ jobs:
kill $server_pid
exit 1
env:
NEXTAUTH_SECRET: 'EI4qqDpcfdvf4A+0aQEEx8JjHxHSy4uWiZw/F32K+pA='
CALENDSO_ENCRYPTION_KEY: '0zfLtY99wjeLnsM7qsa8xsT+Q0oSgnOL'
NEXTAUTH_SECRET: "EI4qqDpcfdvf4A+0aQEEx8JjHxHSy4uWiZw/F32K+pA="
CALENDSO_ENCRYPTION_KEY: "0zfLtY99wjeLnsM7qsa8xsT+Q0oSgnOL"

- name: Push image
id: docker_push
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h3 align="center">Cal.com (formerly Calendso)</h3>

<p align="center">
The open-source Calendly alternative. (Docker Edition)
The open-source Calendly alternative. Emerson version(Docker Edition)
<br />
<a href="https://cal.com"><strong>Learn more »</strong></a>
<br />
Expand Down

0 comments on commit dee88be

Please sign in to comment.