+2
-1
@@ -18,6 +18,7 @@ steps:
|
|||||||
repo: ccr.ccs.tencentyun.com/violin/violin-cv
|
repo: ccr.ccs.tencentyun.com/violin/violin-cv
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
registry: ccr.ccs.tencentyun.com
|
registry: ccr.ccs.tencentyun.com
|
||||||
@@ -29,4 +30,4 @@ steps:
|
|||||||
image: ccr.ccs.tencentyun.com/violin/kubectl:latest
|
image: ccr.ccs.tencentyun.com/violin/kubectl:latest
|
||||||
cluster: kubernetes
|
cluster: kubernetes
|
||||||
commands:
|
commands:
|
||||||
- kubectl -n violin set image deployment/violin-cv cv=ccr.ccs.tencentyun.com/violin/violin-cv:latest
|
- kubectl -n violin set image deployment/violin-cv cv=ccr.ccs.tencentyun.com/violin/violin-cv:${DRONE_COMMIT_SHA:0:8}
|
||||||
|
|||||||
Reference in New Issue
Block a user