Open spkane opened 2 years ago
I was just thinking how it might be useful to have binaries produced for every commit, but pushed to the unreleased (or some sort of other track) on github. Same for docker images. What do you think?
I have thought about this. It would be easier with the containers, then the binaries, since we are using Github releases to distribute the binaries, but there are likely a few ways we could solve this, so it is worth thinking about some more.
:latest
tag. Or we should pick a special tag for these:unreleased
and not overwrite:latest
, which should probably be latest stable.