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 .