Skip to content

Commit

Permalink
feat: add docker image build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed May 9, 2024
1 parent 0028ba2 commit 182839a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Binder
on: [push]

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.

0 comments on commit 182839a

Please sign in to comment.