Skip to content

Commit

Permalink
Update binder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hem-W authored Oct 10, 2023
1 parent ba1b1c0 commit 7dab572
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/binder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:

- name: checkout files in repo
uses: actions/checkout@master
- name: Checkout Code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@0.2
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
MYBINDERORG_CACHE: true
BINDER_CACHE: true
PUBLIC_REGISTRY_CHECK: true

0 comments on commit 7dab572

Please sign in to comment.