Skip to content

Attempt fix of RTD build #74

Attempt fix of RTD build

Attempt fix of RTD build #74

Workflow file for this run

name: Build Notebook Container
on:
push:
workflow_dispatch:
pull_request:
concurrency:
group: latest-repo2docker-group
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
name: Run repo2docker
steps:
- name: checkout files in repo
uses: actions/checkout@v3
- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ github.repository_owner }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
DOCKER_REGISTRY: ghcr.io
MYBINDERORG_TAG: ${{ github.event.ref }}
PUBLIC_REGISTRY_CHECK: true