Skip to content

https://repo2docker.readthedocs.io/en/latest/use/repository/ #2

https://repo2docker.readthedocs.io/en/latest/use/repository/

https://repo2docker.readthedocs.io/en/latest/use/repository/ #2

Workflow file for this run

name: Cache Binder Image
on:
push:
branches:
- main
jobs:
build_binder:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Pre-warm Binder cache on mybinder.org
uses: machine-learning-apps/repo2docker-action@master
with:
# trigger a build on mybinder.org
# uses the Git reference (e.g., 'refs/heads/main') as the image tag.
MYBINDERORG_TAG: ${{ github.ref }}