From c249d4a5a7e8507fdd3140eba1a2b5339ccfe37d Mon Sep 17 00:00:00 2001 From: MashB Date: Thu, 12 Mar 2026 10:13:21 +0530 Subject: [PATCH] readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2b29ac..4a39ea8 100644 --- a/README.md +++ b/README.md @@ -151,4 +151,6 @@ The format is mentioned in [osw-upload.json](./src/assets/osw-upload.json) The outgoing messages will be to the `osw-validation` topic. The format of the message is at [osw-validation.json](./src/assets/osw-validation.json) +### Git Workflow +The Git workflow automates building the Docker image, pushing it to Azure Container Registry (ACR), and updating the Scalar function app with the new image and any application settings from the repository environment variables.