turned docker image to docker dind
This commit is contained in:
parent
fef8c99f89
commit
a4a9e5fc74
@ -5,7 +5,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build and push
|
- name: build and push
|
||||||
image: docker:latest
|
image: docker:dind
|
||||||
commands:
|
commands:
|
||||||
- "docker build -t 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user