We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a9f77 commit 8b37106Copy full SHA for 8b37106
index.rst
@@ -117,9 +117,9 @@ 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)``.
+#. ``AZURE_PASSWORD = $(az acr login --name <registry-name> --expose-token --output tsv)``.
123
124
125
0 commit comments