This commit is contained in:
@@ -25,9 +25,13 @@ steps:
|
|||||||
|
|
||||||
- name: dev-build-image
|
- name: dev-build-image
|
||||||
image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest
|
image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest
|
||||||
|
environment:
|
||||||
|
DOCKER_CONFIG:
|
||||||
|
from_secret: docker_config
|
||||||
commands:
|
commands:
|
||||||
- >-
|
- >-
|
||||||
--context .
|
--context .
|
||||||
|
--dockerfile Dockerfile
|
||||||
--destination ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA}
|
--destination ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA}
|
||||||
--verbosity debug
|
--verbosity debug
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user