feat: with docker login
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-07 20:56:35 +02:00
parent f88cff9a4b
commit 00165ddf70

View File

@@ -15,8 +15,9 @@ steps:
from_secret: docker_username
DOCKER_HOST: docker.io
commands:
- set -eou pipefail
- sleep 10
#- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- shuttle run build
services:
- name: docker