aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
317 stars 47 forks source link

Add new releaes GitHub Action #472

Open kmcginnes opened 3 months ago

kmcginnes commented 3 months ago

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

Check List