Don't prune docs image after push, so watchtower can pick it up.

This commit is contained in:
Dan Helfman 2019-06-16 21:52:09 -07:00
parent 6c136ebbf1
commit 7cfab3620b
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ steps:
from_secret: docker_password from_secret: docker_password
repo: witten/borgmatic-docs repo: witten/borgmatic-docs
dockerfile: docs/Dockerfile dockerfile: docs/Dockerfile
purge: false
when: when:
branch: branch:
- master - master