Skip to content

Commit

Permalink
feat: updated to ghcr.io/biosimulators/biosimulators:0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Oct 10, 2021
1 parent be27b8d commit 2095187
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ jobs:
runs-on: ubuntu-latest

steps:
# Free disk space
# Inspiration
# - https://github.com/easimon/maximize-build-space/blob/master/action.yml
# - https://githubmemory.com/repo/ros-industrial/industrial_ci/issues/648
# - https://github.hscsec.cnmunity/t/bigger-github-hosted-runners-disk-space/17267/11
- name: Maximize build space
run: |
sudo apt-get -qq purge build-essential ghc*
sudo apt-get clean
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
docker system prune -f
- name: Checkout repository
uses: actions/checkout@v2.3.4

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/biosimulators/biosimulators:0.0.6
FROM ghcr.io/biosimulators/biosimulators:0.0.8

LABEL \
org.opencontainers.image.title="BioSimulators Jupyter server" \
Expand Down

0 comments on commit 2095187

Please sign in to comment.