Fix docker args
This commit is contained in:
parent
f1a11e680a
commit
fef8c99f89
@ -7,7 +7,7 @@ steps:
|
|||||||
- name: build and push
|
- name: build and push
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
commands:
|
commands:
|
||||||
- "docker build . plnk"
|
- "docker build -t plnk . "
|
||||||
- "echo $PLNK_REGISTRY_PASSWD | docker login --password-stdin --username drone https://plnk.littleoni.net"
|
- "echo $PLNK_REGISTRY_PASSWD | docker login --password-stdin --username drone https://plnk.littleoni.net"
|
||||||
- "docker tag plnk plnk.littleoni.net/plnk:${DRONE_TAG##v}"
|
- "docker tag plnk plnk.littleoni.net/plnk:${DRONE_TAG##v}"
|
||||||
when:
|
when:
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
PLNK is a containerized, config auto updating, distributable asterisk server for use in the gonk amateur radio VOIP system.
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user