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