From 4e6c6541c86ad49cac470c8215a2114a37f27ac1 Mon Sep 17 00:00:00 2001 From: reda Date: Tue, 12 Dec 2023 12:57:37 -0500 Subject: [PATCH] issue #55: update documentation secret --- .github/workflows/workflow-build-push-container-azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-build-push-container-azure.md b/.github/workflows/workflow-build-push-container-azure.md index 05b7b65..fce7ee5 100644 --- a/.github/workflows/workflow-build-push-container-azure.md +++ b/.github/workflows/workflow-build-push-container-azure.md @@ -3,6 +3,6 @@ - **Purpose:** Build and push a docker container to Azure Container Registry (ACR). - **Usage:** Call this workflow and provide the `container-name` and `tag` as inputs. - **Required Secrets:** - - `ACR_REGISTRY_URL`: The Azure container registry link. + - `ACR_REGISTRY_DSN`: The Azure container registry link. - `ACR_USERNAME`: The Azure container registry username. - `ACR_PASSWORD`: The Azure container registry password.