diff --git a/.drone.yml b/.drone.yml index 5c3f6c1..489c295 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,7 @@ steps: repo: ccr.ccs.tencentyun.com/violin/violin-cv tags: - latest + - ${DRONE_COMMIT_SHA:0:8} dockerfile: Dockerfile context: . registry: ccr.ccs.tencentyun.com @@ -29,4 +30,4 @@ steps: image: ccr.ccs.tencentyun.com/violin/kubectl:latest cluster: kubernetes 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}