We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a9f77 commit 8cbadf9Copy full SHA for 8cbadf9
index.rst
@@ -117,9 +117,10 @@ Example:
117
``DOCKER_AUTH_CONFIG='{"auths": {"https://myregistry.com": {"auth": "dXNlcm5hbWU6cGFzc3dvcmQ="}}}'``
118
119
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)``
+
+* ``ECR_PASSWORD = $(aws ecr get-login-password --region eu-west-1)``
+* ``GCP_PASSWORD = $(gcloud auth print-access-token)``
123
+* ``AZURE_PASSWORD = $(az acr login --name <registry-name> --expose-token --output tsv)``
124
125
126
0 commit comments