We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5002f1a commit ed07d44Copy full SHA for ed07d44
kaniko/README.md
@@ -17,8 +17,8 @@ $ export DOCKEREMAIL="<YOUR_DOCKER_EMAIL>"
17
$ kubectl create secret docker-registry hbstarjason \
18
--docker-server=${DOCKERSERVER} \
19
--docker-username=${DOCKERREPO} \
20
- --docker-password=${DOCKERPASS} \
21
- --docker-email=${DOCKEREMAIL}
+ --docker-password=${DOCKERPASS} \
+ --docker-email=${DOCKEREMAIL}
22
23
$ git clone https://github.com/hbstarjason/Continuous-Deploy && cd Continuous-Deploy/kaniko
24
0 commit comments