|
|
@@ -1,9 +1,8 @@
|
|
|
-kind: pipeline
|
|
|
-steps:
|
|
|
-- name: publish
|
|
|
- image: plugins/docker
|
|
|
- registry: docker.i2erp.cn
|
|
|
- email: develop@i2erp.cn
|
|
|
- repo: docker.i2erp.cn/e-school-backend
|
|
|
- tag:
|
|
|
- - latest
|
|
|
+pipeline:
|
|
|
+ publish:
|
|
|
+ image: plugins/docker
|
|
|
+ registry: docker.i2erp.cn
|
|
|
+ email: develop@i2erp.cn
|
|
|
+ repo: docker.i2erp.cn/e-school-backend
|
|
|
+ tag:
|
|
|
+ - latest
|