Skip to content
Snippets Groups Projects
Unverified Commit 34b704fe authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

docs(docker): remove wrong `authType` usage (#17424)

parent 12706d62
No related branches found
No related tags found
No related merge requests found
......@@ -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>"
}
......@@ -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>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment