Bump jupyterhub/repo2docker-action from 2528718b46e73a1a2d1188cfbbad4… #127
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@b3cd89ff99f95b00abb5b4db27ec49bb4d3f8c85 | |
with: | |
NO_PUSH: true | |
MYBINDERORG_TAG: ${{ github.event.ref }} # This builds the container on mybinder.org with the branch that was pushed on. |