turned docker image to docker dind
This commit is contained in:
parent
fef8c99f89
commit
a4a9e5fc74
@ -5,7 +5,7 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: build and push
|
||||
image: docker:latest
|
||||
image: docker:dind
|
||||
commands:
|
||||
- "docker build -t plnk . "
|
||||
- "echo $PLNK_REGISTRY_PASSWD | docker login --password-stdin --username drone https://plnk.littleoni.net"
|
||||
|
Loading…
Reference in New Issue
Block a user