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

This commit is contained in:
2025-06-29 11:19:45 +02:00
parent 73e2960c75
commit fe813646d9

View File

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