ukf / ukf-testbed

UK federation tooling testbed
Apache License 2.0
1 stars 1 forks source link

Add GitHub Action to build validator and driver images #5

Closed philsmart closed 1 year ago

philsmart commented 1 year ago

For every commit, add an action to build both the validator and driver images.

If possible, use the same Action to start the validator containers (currently the testbed uses Docker compose for this), and check to see if the startup was successful. If one or more of the containers failed to start, signal a failure in the Action. I am not sure if any of this (container startup) is possible, I would need to investigate.

philsmart commented 1 year ago

As a starter, I will create an Action that builds the images. It will take me a little longer to look into starting them.