fix: keep docker build cache, remove builder prune -a
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m19s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m19s
This commit is contained in:
parent
becc3b34d1
commit
d6dc0a882e
@ -135,4 +135,5 @@ jobs:
|
||||
run: |
|
||||
docker container prune -f
|
||||
docker image prune -f
|
||||
docker builder prune -a -f
|
||||
echo "Disk usage:"
|
||||
df -h / | tail -1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user