Skip to content

Commit

Permalink
Match other build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 15, 2024
1 parent e46fade commit 439b64a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ jobs:
with:
images: fredericklab/capcalc

- name: Free disk space
run: |
df -h
sudo rm -rf ${GITHUB_WORKSPACE}/.git
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- name: Build and push
id: docker_build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 439b64a

Please sign in to comment.