Fix docker args
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Alex 2022-08-28 12:59:40 -04:00
parent f1a11e680a
commit fef8c99f89
Signed by: technically
GPG Key ID: 46E0A080F69E83F1
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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
## Still in development, DO NOT USE IN PRODUCTION