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

This commit is contained in:
2023-04-07 19:52:07 +02:00
parent a948db6dfa
commit b70b1a4240

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"
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- echo "got this far"
- shuttle run build
services: