AustrianDataLAB / IndieGameStream

Stream your games using the Cloud
Mozilla Public License 2.0
6 stars 2 forks source link

Extendable pipeline for frontend done #19

Closed rieglerthomas closed 6 months ago

rieglerthomas commented 6 months ago

Closes #14

Extendable pipeline for frontend done Pipeline can now build images by just inserting image name and directory with the Dockerfile into the YAML file. If a "test" stage is present it runs the test. "test" stage should not be the last stage in the Dockerfile. Rather, the last stage should be the production-ready image definition.

Co-authored-by: Jonas Konrad 24313231+jalaka@users.noreply.github.com Co-authored-by: ValentinFutterer 80054001+ValentinFutterer@users.noreply.github.com