Skip to content

Commit ce56f1b

Browse files
committed
fix list
1 parent 55a9f77 commit ce56f1b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ 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+
121+
* ``ECR_PASSWORD = $(aws ecr get-login-password --region eu-west-1)``.
122+
* ``GCP_PASSWORD = $(gcloud auth print-access-token)``.
123+
* ``AZURE_PASSWORD = $(az acr login --name <registry-name> --expose-token --output tsv)``.
123124

124125

125126

0 commit comments

Comments
 (0)