Skip to content

Commit

Permalink
test squash
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Feb 28, 2024
1 parent 5d475a8 commit 72b4a42
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,19 @@ jobs:
docker-build:
needs: [ build ]
runs-on: ubuntu-latest

steps:
# - name: Maximize build disk space
# uses: easimon/maximize-build-space@v10
# with:
# root-reserve-mb: 512
# swap-size-mb: 1024
# remove-dotnet: 'true'
- name: Create more disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /opt/hostedtoolcache
- name: Pull and squash Grobid image
run: |
docker pull grobid/grobid:0.8.0
pip install docker-squash
docker-squash -f 10 -t grobid/grobid:0.8.0 grobid/grobid:0.8.0
- uses: actions/checkout@v4
- name: Build and push
id: docker_build
Expand Down

0 comments on commit 72b4a42

Please sign in to comment.