Skip to content

Commit 8b37106

Browse files
committed
fix list
1 parent 55a9f77 commit 8b37106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ Example:
117117
``DOCKER_AUTH_CONFIG='{"auths": {"https://myregistry.com": {"auth": "dXNlcm5hbWU6cGFzc3dvcmQ="}}}'``
118118

119119
Fetching passwords from cloud providers:
120-
- ``ECR_PASSWORD = $(aws ecr get-login-password --region eu-west-1)``
121-
- ``GCP_PASSWORD = $(gcloud auth print-access-token)``
122-
- ``AZURE_PASSWORD = $(az acr login --name <registry-name> --expose-token --output tsv)``
120+
#. ``ECR_PASSWORD = $(aws ecr get-login-password --region eu-west-1)``.
121+
#. ``GCP_PASSWORD = $(gcloud auth print-access-token)``.
122+
#. ``AZURE_PASSWORD = $(az acr login --name <registry-name> --expose-token --output tsv)``.
123123

124124

125125

0 commit comments

Comments
 (0)