Merge pull request #906 from Pweetoo/master

updated readme
This commit is contained in:
Tejal Desai 2019-12-09 15:39:14 -08:00 committed by GitHub
commit 632651581e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ kaniko comes with support for GCR, Docker `config.json` and Amazon ECR, but conf
Get your docker registry user and password encoded in base64
echo USER:PASSWORD | base64
echo -n USER:PASSWORD | base64
Create a `config.json` file with your Docker registry url and the previous generated base64 string