Skip to content

Commit

Permalink
fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranquility2 committed Jun 5, 2024
1 parent 55a9f77 commit 8cbadf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ Example:
``DOCKER_AUTH_CONFIG='{"auths": {"https://myregistry.com": {"auth": "dXNlcm5hbWU6cGFzc3dvcmQ="}}}'``

Fetching passwords from cloud providers:
- ``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)``

* ``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)``



Expand Down

0 comments on commit 8cbadf9

Please sign in to comment.