diff --git a/.drone.yml b/.drone.yml index c3d31a0..747e1f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,8 @@ steps: - name: debug registry secrets image: alpine commands: - - echo "$${docker_username}" + - echo "Username: $${docker_username}" + - echo "$${docker_password}" | wc -c - name: build and push flappy image image: plugins/docker