Skip to content

Commit

Permalink
Update docker-build-push-dockerhub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muhllys authored May 12, 2024
1 parent 84aaa9f commit 1ff9cd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-build-push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
docker.io/calendso/calendso
docker.io/calcom/cal.com
ghcr.io/calcom/cal.com
# Add flavor latest only on full releases, not on pre-releases
moolice/calcom # Change this to your Docker Hub repository path
flavor: |
latest=${{ !github.event.release.prerelease }}
- name: Copy env
run: |
grep -o '^[^#]*' .env.example > .env
Expand Down

0 comments on commit 1ff9cd8

Please sign in to comment.