jupyterhub / repo2docker-action

A GitHub action to build data science environment images with repo2docker and push them to registries.
MIT License
142 stars 28 forks source link

Add date tag besides git hash and latest #114

Open consideRatio opened 7 months ago

consideRatio commented 7 months ago

I think the use of dates can be very helpful, because they communicate more than git hashes.

When looking at what image is used, and you see its built on a certain date, a lot of conclusions can be drawn that takes further investigation if its a git hash instead, also more info than latest.

I propose this is enabled by default and made opt-out, because there is little harm to push another tag.