Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-06-29 11:05:59 +02:00
parent b8197b7326
commit 3bb2f17cc8

View File

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