🚑 Add -f to prune
This commit is contained in:
parent
9e631bde2d
commit
5efa198c88
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run --pull always --rm -v "/etc/renovate/config.js:/usr/src/app/config.js" -v "/var/run/docker.sock:/var/run/docker.sock" -v /tmp:/tmp -u "{{ renovate_docker_user_group }}" --env GITHUB_COM_TOKEN="{{ renovate_github_token }}" --env LOG_LEVEL={{ renovate_log_level }} {{ renovate_image_name }}:{{ renovate_image_tag }} renovate "$@"
|
||||
docker image prune
|
||||
docker image prune -f
|
Loading…
Reference in New Issue
Block a user