Commit a7bab293 by Chavee Issariyapat

Update README.md

parent 079e6ea7
......@@ -155,3 +155,18 @@ make deploy n=<namespace> c=<context>
```
make deploy n=nexpie c=minikube
```
tag ของ image จะอยู่ในรูปแบบนี้ 1.0.1-1-84f08685
โดยเลขชุดแรก จะได้มาจาก tag ของ git source code
เลขชุดที่สองคือจำนวน commit ที่เกิด หลังจาก git ถูก tag
ชุดที่สาม เป็น hash 8 ตัวแรกของ commit
การ tag ใช้คำสั่งตามตัวอย่างนี้
```
git tag -a 1.0.1 -m "1.0.1"
```
หลังจาก tag local git แล้ว ต้อง push ขึ้น remote ด้วยคำสั่งตามตัวอย่าง
```
git push --follow-tags
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment