Add context path for Dockerfiles and add README.md
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-06-02 10:51:46 +02:00
parent fbd207be96
commit e1c7363d7b
2 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ steps:
password:
from_secret: docker_password
dockerfile: frontend/Dockerfile
context: frontend/
repo: docker.humenius.me/humenius/ts-onlinetime-ranks-frontend
registry: docker.humenius.me
tags: ["latest", "v1.${DRONE_BUILD_NUMBER}"]
@@ -22,6 +23,7 @@ steps:
password:
from_secret: docker_password
dockerfile: backend/Dockerfile
context: backend/
repo: docker.humenius.me/humenius/ts-onlinetime-ranks-backend
registry: docker.humenius.me
tags: ["latest", "v1.${DRONE_BUILD_NUMBER}"]