Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Aug 23, 2024
1 parent 4b15a87 commit b549cf1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
DOCKER_CLI_EXPERIMENTAL: enabled

steps:
- name: Free Disk space
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo rm -rf /opt/hostedtoolcache
sudo apt clean
docker rmi $(docker image ls -aq)
df -h
- name: Checkout code
uses: nschloe/[email protected]
with:
Expand Down

0 comments on commit b549cf1

Please sign in to comment.