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

This commit is contained in:
2025-06-29 10:52:24 +02:00
parent 2f99de997b
commit d4456a313c

View File

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