liubing il y a 10 mois
Parent
commit
19fb8a9847
1 fichiers modifiés avec 6 ajouts et 4 suppressions
  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 .