Add helper to update Docker Image based on commits
thelicato opened this issue · 1 comments
thelicato commented
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
Added by @daniele-capone and merged in #16