diff --git a/.drone.yml b/.drone.yml index 06774a2..34b6bfa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: build and push image: docker:latest commands: - - "docker build . plnk" + - "docker build -t plnk . " - "echo $PLNK_REGISTRY_PASSWD | docker login --password-stdin --username drone https://plnk.littleoni.net" - "docker tag plnk plnk.littleoni.net/plnk:${DRONE_TAG##v}" when: diff --git a/README.MD b/README.MD index c7d886e..9f080ef 100644 --- a/README.MD +++ b/README.MD @@ -4,4 +4,4 @@ PLNK is a containerized, config auto updating, distributable asterisk server for use in the gonk amateur radio VOIP system. -## Still in development, DO NOT USE IN PRODUCTION \ No newline at end of file +## Still in development, DO NOT USE IN PRODUCTION