Skip to content

Merge branch 'dev' of https://github.com/potassco/viasp #64

Merge branch 'dev' of https://github.com/potassco/viasp

Merge branch 'dev' of https://github.com/potassco/viasp #64

name: Build Notebook Container
on:
push:
branches: [ main, dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout files in repo
uses: actions/checkout@master
- name: update jupyter dependencies with repo2docker
uses: machine-learning-apps/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BINDER_CACHE: true