test
This commit is contained in:
parent
ff2024a644
commit
5017ed0f6d
@ -14,7 +14,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: build-and-test
|
||||
image: maven:3.8-openjdk-17
|
||||
image: registry.zczx.com/zcmaven17
|
||||
volumes: # (可选) 缓存 Maven 依赖以加速后续构建
|
||||
- name: maven-cache
|
||||
path: /root/.m2
|
||||
@ -26,7 +26,7 @@ steps:
|
||||
- name: build-and-publish-to-private-registry
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: 10.0.0.210:5000/dronedemo
|
||||
repo: registry.zczx.com/dronedemo
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT_SHA:0:7}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user