feat: with actual env variables
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 19:34:52 +02:00
parent f9e6fe6de1
commit e4767d574b
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -11,7 +11,7 @@ steps:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
commands: commands:
- sleep 5 - 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 - shuttle run build
services: services:
- name: docker - name: docker