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

This commit is contained in:
2025-06-29 21:58:56 +02:00
parent 266813953d
commit 525202e03d

View File

@ -6,14 +6,11 @@ steps:
- name: debug registry secrets - name: debug registry secrets
image: alpine image: alpine
secrets: [ docker_username, docker_password, test ] secrets: [ docker_username, docker_password, test ]
environment:
USERNAME:
from_secret: docker_username
PASSWORD:
from_secret: docker_password
commands: commands:
- echo ${TEST} - echo ${TEST}
- echo $TEST - echo $TEST
- echo $test
- echo "${test}"
- echo ${USERNAME} - echo ${USERNAME}
- echo "${docker_password}" - echo "${docker_password}"