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 42e7d53 commit d0f2eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-book-pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ 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.02.0

- name: list docker images
run: |
docker image ls -a
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +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.02.0

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

0 comments on commit d0f2eb8

Please sign in to comment.