🚑 Add -f to prune

This commit is contained in:
SebClem 2022-03-05 17:15:10 +01:00
parent 9e631bde2d
commit 5efa198c88
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

View File

@ -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