Skip to content

Commit

Permalink
MNT: try forcing repo2docker version again
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Feb 21, 2024
1 parent d38c6dd commit 2887885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-book-pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
PUBLIC_REGISTRY_CHECK: true
APPENDIX_FILE: "binder/appendix.txt"
REPO2DOCKER_EXTRA_ARGS: --Repo2Docker.base_image=docker.io/library/buildpack-deps:bionic
FORCE_REPO2DOCKER_VERSION: 2022.2.0
FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2022.02.0

- name: list docker images
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
PUBLIC_REGISTRY_CHECK: true
APPENDIX_FILE: "binder/appendix.txt"
REPO2DOCKER_EXTRA_ARGS: --Repo2Docker.base_image=docker.io/library/buildpack-deps:bionic
FORCE_REPO2DOCKER_VERSION: 2022.2.0
FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2022.02.0

build-book:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2887885

Please sign in to comment.