3
0

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

This commit is contained in:
Mike Sutton 2022-06-08 21:41:16 +02:00
parent ef76a48544
commit 95c9a5241b

View File

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