jacklul / pihole-updatelists

Update Pi-hole's lists from remote sources easily
MIT License
1.42k stars 82 forks source link

Base Docker image does not auto-update #79

Closed jacklul closed 3 years ago

jacklul commented 3 years ago

Unfortunately with Github Actions there is no auto-update of base image when new update is released - a new commit to the repository is needed for rebuild (or manually triggering workflow_dispatch event).

This needs automatic solution.

jacklul commented 3 years ago

Implemented in https://github.com/jacklul/pihole-updatelists/commit/8bd0c3d9ed43309a6342a5b1dd7d251424e25852 and should be working