Skip to content

Commit

Permalink
Push built image manually
Browse files Browse the repository at this point in the history
Temporary, until we can set the push timeout in r2d properly

Fixes #20
  • Loading branch information
yuvipanda committed Mar 9, 2022
1 parent b0c6166 commit 9f9025c
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 9f9025c

Please sign in to comment.