Add prune to deploy
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled
This commit is contained in:
@@ -17,3 +17,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_API_VERSION: "1.41"
|
DOCKER_API_VERSION: "1.41"
|
||||||
run: docker compose up -d --build --remove-orphans
|
run: docker compose up -d --build --remove-orphans
|
||||||
|
|
||||||
|
- name: Prune unused Docker resources
|
||||||
|
run: docker image prune -f
|
||||||
|
|||||||
Reference in New Issue
Block a user