cybersecsi / RAUDI

A repo to automatically generate and keep updated a series of Docker images through GitHub Actions.
GNU General Public License v3.0
545 stars 33 forks source link

Add helper to update Docker Image based on commits #4

Closed thelicato closed 2 years ago

thelicato commented 2 years ago

Add a helper function to update Docker Images based on commits for the projects that do not have neither releases nor tags or for projects that are not updated often. For this helper the tagname can be the date of the commit in the format 'YYYYMMDD'. The fact that there could be multiple commits on the same day is not a problem since RAUDI is executed only once a day (at midnight). Problems could arise only on manual executions of the Workflow and should be fixed manually on the Docker Hub.

thelicato commented 2 years ago

Added by @daniele-capone and merged in #16