Skip to content

Commit

Permalink
dont push to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
egagli authored Jan 2, 2024
1 parent 6c2ba96 commit 8f86c2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
id: calver
run: echo "::set-output name=version::$(date +'%Y.%m.%d')"

- name: Build and Push to DockerHub
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
IMAGE_NAME: ${{ env.DOCKER_IMAGE }}
ADDITIONAL_TAG: ${{ steps.calver.outputs.version }}
# - name: Build and Push to DockerHub
# uses: jupyterhub/repo2docker-action@master
# with:
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
# DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
# IMAGE_NAME: ${{ env.DOCKER_IMAGE }}
# ADDITIONAL_TAG: ${{ steps.calver.outputs.version }}

- name: Also Push To quay.io
id: push-to-quay
Expand Down

0 comments on commit 8f86c2d

Please sign in to comment.