Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Update README.md

Update README.md #13

Workflow file for this run

name: Build container image
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout files in repo
uses: actions/checkout@main
- name: Update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
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"
IMAGE_NAME: "2i2c/2i2c-hubs-image"