Skip to content

Commit

Permalink
docs(docker): remove wrong authType usage (#17424)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 26, 2022
1 parent 12706d6 commit 34b704f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/usage/docker.md
Expand Up @@ -272,7 +272,6 @@ If all your dependencies are on the Google Artifact Registry, you can base64 enc
"hostRules": [
{
"matchHost": "europe-docker.pkg.dev",
"authType": "Basic",
"username": "_json_key_base64",
"password": "<base64 service account>"
}
Expand All @@ -287,7 +286,6 @@ If all your dependencies are on the Google Artifact Registry, you can base64 enc
"hostRules": [
{
"matchHost": "europe-docker.pkg.dev",
"authType": "Basic",
"username": "_json_key_base64",
"encrypted": {
"password": "<encrypted base64 service account>"
Expand Down

0 comments on commit 34b704f

Please sign in to comment.