Skip to content

Update README.md

Update README.md #52

Workflow file for this run

name: Build-Main-Binder
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v1
with:
install: true
- name: Build mybinder docker image
run: make build-mybinder