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
|
type: docker
|
||||||
name: build-test-deploy
|
name: build-test-deploy
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- registryFossLogins
|
- registryLoginsFoss
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
@ -30,7 +30,7 @@ steps:
|
|||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
DOCKER_AUTH_CONFIG:
|
DOCKER_AUTH_CONFIG:
|
||||||
from_secret: registryFossLogins
|
from_secret: registryLoginsFoss
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p "/root/.docker" && echo $DOCKER_AUTH_CONFIG > "/root/.docker/config.json"
|
- mkdir -p "/root/.docker" && echo $DOCKER_AUTH_CONFIG > "/root/.docker/config.json"
|
||||||
- export BUILD_TARGET=wizewerx/smartheart:${DRONE_COMMIT_BRANCH}
|
- export BUILD_TARGET=wizewerx/smartheart:${DRONE_COMMIT_BRANCH}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user