Update .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
debug
This commit is contained in:
@ -3,6 +3,12 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: debug registry secrets
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "Username: $${docker_username}"
|
||||||
|
- echo "Password length:" $(echo "$${docker_password}" | wc -c)
|
||||||
|
|
||||||
- name: build and push flappy image
|
- name: build and push flappy image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
Reference in New Issue
Block a user