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