CI: maybe fix docker login
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
zvon 2023-08-25 13:36:48 +02:00
parent a99d6dec35
commit 7e7a81bae0

View File

@ -42,4 +42,4 @@ steps:
- name: build
image: docker
commands:
- echo "$DOCKER_PASSWORD" | docker login "docker.zvon.tech" -u "$DOCKER_USERNAME" --password-stdin
- echo "$DOCKER_PASSWORD" | docker login "docker.zvon.tech" --username "$DOCKER_USERNAME" --password-stdin