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

Build Notebook Container #3

Build Notebook Container

Build Notebook Container #3

Workflow file for this run

name: Build Notebook Container
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Checkout qp dependencies
uses: actions/checkout@v4
with:
repository: Qiskit-Extensions/quadratic-programs
ssh-key: ${{ secrets.QP_SSH }}
path: qp-main
- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: iamapikey
DOCKER_PASSWORD: ${{ secrets.ibmcloud_api_key }}
DOCKER_REGISTRY: icr.io
APPENDIX_FILE: appendixFile
IMAGE_NAME: icr.io/community-digital/learning-binder