trying to fix broken dron build
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
8ca5ee8863
commit
8abee4ce0b
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user