v3.0.0
Release Highlights
Release tag: v3.0.0
Workflow: .github/workflows/app-deploy-to-azure.yml
APP_VERSION & BUILD_SHA env vars are now injected into docker build.
Previously they were being sent to the App Service settings in a separate step before deployment. Problem with this is that if deployment fails the env vars will be persisted on the service giving the wrong information.