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

This commit is contained in:
2025-06-29 10:51:21 +02:00
parent a754e260db
commit 2f99de997b

View File

@ -6,8 +6,8 @@ steps:
- name: debug registry secrets - name: debug registry secrets
image: alpine image: alpine
commands: commands:
- echo "Username: $${docker_username}" - echo "Username: $${docker_username}"
- 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