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

This commit is contained in:
2023-04-07 19:34:52 +02:00
parent f9e6fe6de1
commit e4767d574b

View File

@@ -11,7 +11,7 @@ steps:
DOCKER_BUILDKIT: 1
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