try docker login in dind
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
204255ad74
commit
87059df688
@ -5,14 +5,14 @@ name: build_lektor
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: env
|
- name: env
|
||||||
image: busybox
|
image: dind
|
||||||
environment:
|
environment:
|
||||||
DOCKER_USERNAME:
|
DOCKER_USERNAME:
|
||||||
from_secret: "docker_username"
|
from_secret: "docker_username"
|
||||||
DOCKER_PASSWORD:
|
DOCKER_PASSWORD:
|
||||||
from_secret: "docker_password"
|
from_secret: "docker_password"
|
||||||
commands:
|
commands:
|
||||||
- env
|
- docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user