diff --git a/.github/workflows/workflow-build-push-container-azure.md b/.github/workflows/workflow-build-push-container-azure.md index fce7ee56..2d8f7aee 100644 --- a/.github/workflows/workflow-build-push-container-azure.md +++ b/.github/workflows/workflow-build-push-container-azure.md @@ -5,4 +5,5 @@ - **Required Secrets:** - `ACR_REGISTRY_DSN`: The Azure container registry link. - `ACR_USERNAME`: The Azure container registry username. + > Note: The username must be all lowercase letters. - `ACR_PASSWORD`: The Azure container registry password.