Update .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
2025-06-29 10:20:38 +02:00
parent 27a7639188
commit 014a4b9964

View File

@ -7,7 +7,7 @@ steps:
image: alpine image: alpine
commands: commands:
- echo "Username: $${docker_username}" - echo "Username: $${docker_username}"
- echo "Password length:" $(echo "$${docker_password}" | wc -c) - echo "$${docker_password}" | wc -c
- name: build and push flappy image - name: build and push flappy image
image: plugins/docker image: plugins/docker