Update .github/workflows/docker-build-push-dockerhub.yml
All checks were successful
Build and push image to DockerHub / build (push) Successful in 31m13s
Update Calendso / Submodules Sync (push) Successful in 44s

This commit is contained in:
2025-06-12 15:53:32 +00:00
parent be6595e799
commit 0c2562a6d1

View File

@@ -61,15 +61,11 @@ jobs:
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@v3 uses: docker/login-action@v3
# with: with:
# # Username used to log against the Docker registry username: ${{ secrets.DOCKER_HUB_USERNAME }}
# username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }}
# # Password or personal access token used to log against the Docker registry
# password: ${{ secrets.DOCKER_HUB_TOKEN }}
# # Log out from the Docker registry at the end of a job
# 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@v3 uses: docker/login-action@v3
@@ -84,7 +80,7 @@ jobs:
with: with:
images: | images: |
ghcr.io/nnethery/cal.com ghcr.io/nnethery/cal.com
# Add flavor latest only on full releases, not on pre-releases nnethery/cal.com
flavor: | flavor: |
latest=${{ !github.event.release.prerelease }} latest=${{ !github.event.release.prerelease }}