feat: with actual env variables
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
f9e6fe6de1
commit
e4767d574b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user