updated readme

Added argument -n for echo command.
This commit is contained in:
Pweetoo 2019-12-09 09:15:26 +01:00 committed by GitHub
parent 034ac9e258
commit 32e321af78
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