To complete the .NET upgrade and general improvements for CPU, GitHub Actions is being implemented to replace the existing and aging s2i build process. GitHub Actions will provide faster build times, allow CPU's CI/CD process to leverage widely available open source and industry standard tooling, and reduce strain on existing infrastructure.
Additionally, a fix was implemented for cpu-ui with regards to a typo error on the base-href specified within its Dockerfile.
Follow-up PR from #66.
To complete the .NET upgrade and general improvements for CPU, GitHub Actions is being implemented to replace the existing and aging
s2i
build process. GitHub Actions will provide faster build times, allow CPU's CI/CD process to leverage widely available open source and industry standard tooling, and reduce strain on existing infrastructure.Additionally, a fix was implemented for
cpu-ui
with regards to a typo error on thebase-href
specified within itsDockerfile
.