3
0

updated drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mike 2022-04-29 14:05:55 +01:00
parent 207cf2a0dd
commit 1ac42925d8

View File

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