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 from_secret: docker_username
DOCKER_HOST: docker.io DOCKER_HOST: docker.io
commands: commands:
- set -eou pipefail
- sleep 10 - 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 - shuttle run build
services: services:
- name: docker - name: docker