- 在.drone.yml中添加节点配置以指定PVE环境 - 确保CI管道使用正确的执行节点进行构建
This commit is contained in:
@@ -2,6 +2,9 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: student-build
|
name: student-build
|
||||||
|
|
||||||
|
node:
|
||||||
|
name: pve
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker-build-push
|
- name: docker-build-push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user