From fef8c99f892190319cd312f04cf32cab0a59222d Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 28 Aug 2022 12:59:40 -0400 Subject: [PATCH] Fix docker args --- .drone.yml | 2 +- README.MD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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