更新 .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-03-22 16:38:40 +00:00
parent 415b16fb17
commit e0f5523a11

View File

@@ -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