Followup to the 0.5.0 release (#76)

* Document RELEASING.md process
* Bump version numbers
* Do not automatically produce GH releases, and do not build binaries to attach to them
* Only build docker images on tags
* Use the `latest` Docker image tag in the Docker-compose config
This commit is contained in:
Dustin J. Mitchell
2024-12-15 22:51:57 -05:00
committed by GitHub
parent a364791fcc
commit 65a3d806d7
9 changed files with 36 additions and 71 deletions

View File

@ -2,8 +2,6 @@ name: Build Docker
on:
push:
branches:
- '*'
tags:
- '*'