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

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 20:56:35 +02:00
parent f88cff9a4b
commit 00165ddf70
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

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