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

This commit is contained in:
2025-06-29 10:23:38 +02:00
parent 014a4b9964
commit 62cd609554

View File

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