Skip to content

Commit

Permalink
set image subdir for repo2docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jmunroe committed May 30, 2024
1 parent 96261f7 commit 4f3debe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
# Uncomment and modify the following line with your image name, otherwise no push will happen
IMAGE_NAME: "2i2c/bioinfo-image"

# Tell repo2docker which subdirectory to examine
# ref: https://repo2docker.readthedocs.io/en/latest/usage.html#cmdoption-jupyter-repo2docker-subdir
REPO2DOCKER_EXTRA_ARGS: "--subdir image"

# Lets us monitor disks getting full as images get bigger over time
- name: Show how much disk space is left
run: df -h

0 comments on commit 4f3debe

Please sign in to comment.