Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
chore: less drastic image prune
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Mar 19, 2021
1 parent 3617b4b commit 32a7446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
docker image prune -a
df -h
- name: Build and push jx-cli
uses: docker/build-push-action@v2
Expand All @@ -111,7 +111,7 @@ jobs:
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
docker image prune -a
df -h
- name: Build and push jx-go
uses: docker/build-push-action@v2
Expand All @@ -130,7 +130,7 @@ jobs:
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
docker image prune -a
df -h
- name: Build and push jx-go-maven
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 32a7446

Please sign in to comment.