jbergstroem / mariadb-alpine

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

Push PR containers to github package registry #82

Closed jbergstroem closed 1 year ago

jbergstroem commented 3 years ago

This allows us to avoid rebuilding it twice as part of each PR test suite. suggestively use a container id such as pr-${id}-commit so that it gets built as part of a PR evolving. Also, remove all images as part of closing the PR.

jbergstroem commented 1 year ago

Not relevant any longer since we only build once.