Skip to content

build jupyterhub image #2

build jupyterhub image

build jupyterhub image #2

Workflow file for this run

name: build jupyterhub image
on:
workflow_run:
workflows: [update conda lockfile]
types:
- completed
push:
paths:
- .github/workflows/repo2docker.yaml
# files used by binder/appendix
- conda/conda-lock.yml
# files used by repo2docker, in order of use
- binder/apt.txt
- binder/environment.yml
- binder/start
- binder/appendix
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: free space on runner
uses: jlumbroso/[email protected]
with:
tool-cache: true
docker-images: false
- name: checkout files in repo
uses: actions/checkout@main
- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
DOCKER_REGISTRY: quay.io
IMAGE_NAME: pacehackweek/pace-2024
APPENDIX_FILE: binder/appendix