liubing 10 months ago
parent
commit
19fb8a9847
1 changed files with 6 additions and 4 deletions
  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 .