jbergstroem / mariadb-alpine

A tiny and fast MariaDB container
MIT License
71 stars 19 forks source link

Automatically update docker hub description #169

Closed jbergstroem closed 1 year ago

jbergstroem commented 1 year ago

Seeing how all builds are done on github, docker hub won't be syncing the readme any longer. This action seems to help solve this. Need to review how much it can be customized though since README.md currently contain relative links that would break in docker hub.

jbergstroem commented 1 year ago

Required changes:

  1. Copy existing markdown into a new document and address:
    1. Inline links doesn't work (#foo)
    2. Replace relative docs/ links
    3. Remove dark mode <picture> polyfill (doesn't work in docker hub)
    4. Remove developer reference (not the right audience)
  2. Create a workflow that detects changes to README.md and fires if changed
  3. Point this github action to the new readme as well as update description