We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6a632c + 3f57a51 commit 7b1363dCopy full SHA for 7b1363d
2 files changed
.github/workflows/binder.yaml
@@ -11,9 +11,9 @@ jobs:
11
ref: ${{ github.event.pull_request.head.sha }}
12
13
- name: update jupyter dependencies with repo2docker
14
- uses: jupyterhub/repo2docker-action@master
+ uses: tsmbland/repo2docker-action@master
15
with:
16
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
17
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
18
BINDER_CACHE: true
19
- PUBLIC_REGISTRY_CHECK: true
+ PUBLIC_REGISTRY_CHECK: true
binder/Dockerfile
@@ -1,2 +1,2 @@
1
### DO NOT EDIT THIS FILE! This Is Automatically Generated And Will Be Overwritten ###
2
-FROM tsmbland/saibr_python:3ca975ff9111
+FROM tsmbland/saibr_python:c4f17c31a358
0 commit comments