turned docker image to docker dind
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user