Skip to content

Commit

Permalink
removal of all cached docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbeevip committed Apr 4, 2024
1 parent 4bcb5ed commit 8368b78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- name: Free disk space
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
df -h
- name: Build and Push
id: docker_build
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 8368b78

Please sign in to comment.