Update .github/workflows/docker-build-push-dockerhub.yml
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user