about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml15
1 files changed, 4 insertions, 11 deletions
diff --git a/.drone.yml b/.drone.yml
index da46d69..bce8080 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,14 +6,7 @@ platform:
     arch: amd64
 
 steps:
-- name: docker
-  image: plugins/docker
-  settings:
-      tags:
-        - latest
-      repo: registry.darkneu.la/satellite/tle2json
-      registry: registry.darknebu.la
-      username:
-        from_secret: docker_username
-      password:
-        from_secret: docker_password
+- name: build
+  image: golang:latest
+  commands:
+    - go build .