DEV Community

Discussion on: GitHub & Docker Hub a reasonable marriage

Collapse
 
qm3ster profile image
Mihail Malo

If you have an open source project, you could have a separate repo or branch that your CI runs on, and only merge into the docker branch when everything passes. This way you provide full visibility into what code the container was built from, while retaining the other features.