Skip to content

Commit ed07d44

Browse files
authored
Update README.md
1 parent 5002f1a commit ed07d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kaniko/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ $ export DOCKEREMAIL="<YOUR_DOCKER_EMAIL>"
1717
$ kubectl create secret docker-registry hbstarjason \
1818
--docker-server=${DOCKERSERVER} \
1919
--docker-username=${DOCKERREPO} \
20-
--docker-password=${DOCKERPASS} \
21-
--docker-email=${DOCKEREMAIL}
20+
--docker-password=${DOCKERPASS} \
21+
--docker-email=${DOCKEREMAIL}
2222

2323
$ git clone https://github.com/hbstarjason/Continuous-Deploy && cd Continuous-Deploy/kaniko
2424

0 commit comments

Comments
 (0)