feat: with better secrets
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 19:39:04 +02:00
parent bc9a6079d4
commit b55ef00ac7
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -16,7 +16,7 @@ steps:
DOCKER_HOST: docker.io
commands:
- sleep 5
- echo "${DOCKER_PASSWORD}" | docker login --password-stdin --username="${DOCKER_USERNAME}" "${DOCKER_HOST}"
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" "$DOCKER_HOST"
- shuttle run build
services:
- name: docker