Skip to content

Commit c4f17c3

Browse files
authored
fixed workflow
1 parent 8ade8cb commit c4f17c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/binder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
ref: ${{ github.event.pull_request.head.sha }}
1212

1313
- name: update jupyter dependencies with repo2docker
14-
uses: jupyterhub/repo2docker-action@master
14+
uses: tsmbland/repo2docker-action@master
1515
with:
1616
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
1717
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1818
BINDER_CACHE: true
19-
PUBLIC_REGISTRY_CHECK: true
19+
PUBLIC_REGISTRY_CHECK: true

0 commit comments

Comments
 (0)