Update .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-06-29 21:53:43 +02:00
parent ad0679839e
commit 266813953d

View File

@ -5,14 +5,16 @@ name: default
steps:
- name: debug registry secrets
image: alpine
secrets: [ docker_username, docker_password ]
secrets: [ docker_username, docker_password, test ]
environment:
USERNAME:
from_secret: docker_username
PASSWORD:
from_secret: docker_password
commands:
- echo ${test}
- echo ${TEST}
- echo $TEST
- echo ${USERNAME}
- echo "${docker_password}"
- name: build and push flappy image