Skip to content

Commit

Permalink
Merge pull request #21 from 2i2c-org/push-manually
Browse files Browse the repository at this point in the history
Push built image manually
  • Loading branch information
yuvipanda authored Mar 9, 2022
2 parents b0c6166 + 9f9025c commit 88fcd59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ jobs:

- name: Update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
id: r2d
with:
# Make sure username & password/token pair matches your registry credentials
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
DOCKER_REGISTRY: "quay.io"

NO_PUSH: "true"
IMAGE_NAME: "2i2c/utoronto-image"

- name: docker push
# FIXME: Due to timeouts in the r2d action, we push manually
run: docker push ${{ steps.r2d.outputs.IMAGE_SHA_NAME }}

0 comments on commit 88fcd59

Please sign in to comment.