graph-explorer
graph-explorer copied to clipboard
Add new releaes GitHub Action
Description
Adds a new GitHub Action workflow that will automate the creation of the ECR docker images when a new GitHub release is published (ignoring prereleases).
Validation
I'm not sure the best way to validate this change. We may need to wait until the next release to see if this works.
Related Issues
- Resolves #471
Check List
- [x] I confirm that my contribution is made under the terms of the Apache 2.0 license.
- [ ] I have run
pnpm checks
to ensure code compiles and meets standards. - [ ] I have run
pnpm test
to check if all tests are passing. - [ ] I have covered new added functionality with unit tests if necessary.
- [ ] I have added an entry in the
Changelog.md
.