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

This commit is contained in:
2025-06-29 10:26:15 +02:00
parent 62cd609554
commit 86ad68f6ac

View File

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