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.