chore: 使用 drone-kaniko 替代 kaniko-project-executor
This commit is contained in:
@@ -24,7 +24,7 @@ steps:
|
||||
path: /root/.m2
|
||||
|
||||
- name: dev-build-image
|
||||
image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest
|
||||
image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest
|
||||
environment:
|
||||
DOCKER_CONFIG:
|
||||
from_secret: docker_config
|
||||
@@ -70,7 +70,7 @@ steps:
|
||||
path: /root/.m2
|
||||
|
||||
- name: prod-build-image
|
||||
image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest
|
||||
image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest
|
||||
environment:
|
||||
DOCKER_CONFIG:
|
||||
from_secret: docker_config
|
||||
|
||||
Reference in New Issue
Block a user