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

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 19:55:45 +02:00
parent 89bce329b2
commit e56793e59c
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -18,7 +18,7 @@ steps:
- sleep 10
- echo "$DOCKER_PASSWORD"
- echo "$DOCKER_USERNAME"
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
#- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- echo "got this far"
- shuttle run build
services: