Skip to content

Commit

Permalink
ci: clean up disk space before building devel image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tverous committed Oct 31, 2024
1 parent c1eae64 commit 2a7e558
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook:base, ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook

- name: Clean up Docker system before devel build
run: |
docker system prune -f
docker volume prune -f
- name: Build and push devel image
id: docker_build_devel
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 2a7e558

Please sign in to comment.