Update .github/workflows/docker-build-push-dockerhub.yml
This commit is contained in:
@@ -61,15 +61,11 @@ jobs:
|
||||
run: |
|
||||
git submodule update --init
|
||||
|
||||
# - name: Log in to the Docker Hub registry
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# # Username used to log against the Docker registry
|
||||
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
# # 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 Docker Hub registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
|
||||
- name: Log in to the Github Container registry
|
||||
uses: docker/login-action@v3
|
||||
@@ -84,7 +80,7 @@ jobs:
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/nnethery/cal.com
|
||||
# Add flavor latest only on full releases, not on pre-releases
|
||||
nnethery/cal.com
|
||||
flavor: |
|
||||
latest=${{ !github.event.release.prerelease }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user