Fix docker args
This commit is contained in:
parent
f1a11e680a
commit
fef8c99f89
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user