4 Commits

Author SHA1 Message Date
Jack Jackson
d5df1316f8 Do nothing if there is nothing to do!
This isn't just an efficiency/neatness change - if you try to `git
commit` when there's nothing to commit, the command will return `1`
which will be parsed as an error, and thus the whole build will be
categorized as a failure.
2022-11-22 11:43:31 -08:00
Jack Jackson
5487859538 Add TODO note about pushing to Docker Hub 2022-10-26 17:51:23 -07:00
Jack Jackson
7d95942e9f Set default values 2022-10-26 17:21:43 -07:00
Jack Jackson
dc73161dd9 First pass
Next steps:
* Update other repos to use this
* Blog about it :P
2022-10-25 16:31:49 -07:00