3
0

trying to fix broken dron build
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Mike Sutton 2022-06-08 02:15:05 +02:00
parent 8ca5ee8863
commit 8abee4ce0b

View File

@ -3,7 +3,7 @@ kind: pipeline
type: docker
name: build-test-deploy
image_pull_secrets:
- registryFossLogins
- registryLoginsFoss
platform:
os: linux
@ -30,7 +30,7 @@ steps:
path: /var/run/docker.sock
environment:
DOCKER_AUTH_CONFIG:
from_secret: registryFossLogins
from_secret: registryLoginsFoss
commands:
- mkdir -p "/root/.docker" && echo $DOCKER_AUTH_CONFIG > "/root/.docker/config.json"
- export BUILD_TARGET=wizewerx/smartheart:${DRONE_COMMIT_BRANCH}