is from_secret working? 2nd try
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
hbr 2021-04-18 23:16:02 +02:00
parent 50cb1965e1
commit e16bd9b1df

View File

@ -12,8 +12,8 @@ steps:
DOCKER_PASSWORD: DOCKER_PASSWORD:
from_secret: "{{ docker_password | sha256 }}" from_secret: "{{ docker_password | sha256 }}"
commands: commands:
- echo ${DOCKER_USERNAME} - echo $${DOCKER_USERNAME}
- echo ${DOCKER_PASSWORD} | sha256sum - echo $${DOCKER_PASSWORD} | sha256sum
- name: build - name: build
image: plugins/docker image: plugins/docker
settings: settings: