liubing 10 ماه پیش
والد
کامیت
19fb8a9847
1فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 6 4
      .drone.yml

+ 6 - 4
.drone.yml

@@ -1,7 +1,9 @@
 kind: pipeline
-type: exec
+type: docker
 name: default
+
 steps:
-- name: image-build
-  commands:
-  - make docker-build
+  - name: build
+    image: docker
+    commands:
+      - docker build -t your-image-name .