3
0

FIX:drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mike Sutton 2022-06-08 16:24:32 +02:00
parent 7ab07e8e8f
commit ef76a48544

View File

@ -32,7 +32,7 @@ steps:
from_secret: registryLogins
commands:
- mkdir -p "/root/.docker" && echo $DOCKER_AUTH_CONFIG > "/root/.docker/config.json"
- export BUILD_TARGET=wizewerx/${DRONE_REPO_NAME}:${DRONE_COMMIT_BRANCH}
- export BUILD_TARGET=wizewerx/${DRONE_REPO_NAME}
- docker build -f ./docker/Dockerfile -t $BUILD_TARGET .
- docker push $BUILD_TARGET
trigger: