Skip to content

[release] Version bumped to 2.10.0, CHANGELOG updated. #10

[release] Version bumped to 2.10.0, CHANGELOG updated.

[release] Version bumped to 2.10.0, CHANGELOG updated. #10

Workflow file for this run

name: binder
on:
push:
branches:
- master
jobs:
Create-MyBinderOrg-Cache:
runs-on: ubuntu-latest
steps:
- name: cache binder build on mybinder.org
uses: jupyterhub/repo2docker-action@master
with:
NO_PUSH: true
MYBINDERORG_TAG: ${{ github.event.ref }} # This builds the container on mybinder.org with the branch that was pushed on.