Skip to content

Bump jupyterhub/repo2docker-action from c26a270c5694cd5b7f6121d6360da… #332

Bump jupyterhub/repo2docker-action from c26a270c5694cd5b7f6121d6360da…

Bump jupyterhub/repo2docker-action from c26a270c5694cd5b7f6121d6360da… #332

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