Docker image with dev tag should build from release branch
breezykermo opened this issue · 1 comments
breezykermo commented
Currently the image on Dockerhub is only updated with commits on master. However, we're almost always working from the release branch, so this should probably build and push to Dockerhub as well.
Or, at the very least, the image that is built from master should no longer have the :dev
tag.
breezykermo commented
This has now changed with our protocol switch to main/develop branches. The build still seems to be broken however, so I'll look into it.