chore: 改用 repo+tags 格式
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-03-23 12:20:08 +00:00
parent 9a663f80a8
commit 7b9a858fbc

View File

@@ -27,7 +27,9 @@ steps:
# 使用 plugin/kaniko
image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest
settings:
destination: ccr.ccs.tencentyun.com/violin/todo-backend:latest
repo: ccr.ccs.tencentyun.com/violin/todo-backend
tags:
- latest
dockerfile: Dockerfile
context: .
registry: ccr.ccs.tencentyun.com
@@ -74,7 +76,9 @@ steps:
##
image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest
settings:
destination: ccr.ccs.tencentyun.com/violin/todo-backend:v1.0.0
repo: ccr.ccs.tencentyun.com/violin/todo-backend
tags:
- v1.0.0
dockerfile: Dockerfile
context: .
registry: ccr.ccs.tencentyun.com