Commit graph

2 commits

Author SHA1 Message Date
Kerem Kazan bf303908fa dendrite version from commit hash (#1221)
this pr computes dendrite docker version from the commit hash, instead
of bumping versions. the previous setup caused issues and conflicts when
branch protection is enabled. this way we can seamlessly keep pushing to
main and it will keep getting built and published
2023-01-13 15:39:39 -05:00
Kerem Kazan 1b47ba86d6 Dendrite auto publish (#1050)
- Created a package.json in servers/dendrite. Moving forward, this file
is our canonical dendrite version, and our docker builds will depend on
this version.
- Created a script that extracts the package.json version and puts it
into the GitHub actions build environment as `RELEASE_VERSION`.
- Updated the GitHub action so that it builds and publishes the docker
image to dockerhub whenever we merge dendrite changes to main.

Co-authored-by: Automated Version Bump <gh-action-bump-version@users.noreply.github.com>
2022-12-14 15:03:01 -05:00