add cleanup stage
This commit is contained in:
parent
154a0702b8
commit
cc4ed4455f
|
@ -18,7 +18,7 @@ build-docker-ubuntu:
|
|||
script:
|
||||
- cd ubuntu
|
||||
- docker build --network=host -t catdeployed/postal:ubuntu .
|
||||
cleanup
|
||||
docker-cleanup:
|
||||
stage: cleanup
|
||||
script:
|
||||
- docker system prune -af
|
||||
|
|
Loading…
Reference in New Issue
Block a user