feat: remove docker_host
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-04-08 12:38:50 +02:00
parent a7e7d082b4
commit eaf13c82ef
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -17,7 +17,7 @@ steps:
- ls /var/run
- set -eu
- sleep 10
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username="$${DOCKER_USERNAME}" "$${DOCKER_HOST}"
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username="$${DOCKER_USERNAME}"
- name: "build"
image: docker.io/kasperhermansen/shuttle-drone:1680894029336
volumes: