Use `context` instead `dockerfile`
continuous-integration/drone Build is failing Details

This commit is contained in:
Lauri Võsandi 2022-02-08 23:24:32 +02:00
parent 200d4e9d2c
commit ffffad67a1
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ steps:
settings: settings:
repo: harbor.k-space.ee/k-space/log-viewer repo: harbor.k-space.ee/k-space/log-viewer
registry: harbor.k-space.ee registry: harbor.k-space.ee
dockerfile: backend/Dockerfile context: backend/
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
@ -19,7 +19,7 @@ steps:
settings: settings:
repo: harbor.k-space.ee/k-space/log-viewer-frontend repo: harbor.k-space.ee/k-space/log-viewer-frontend
registry: harbor.k-space.ee registry: harbor.k-space.ee
dockerfile: frontend/Dockerfile context: frontend/
username: username:
from_secret: docker_username from_secret: docker_username
password: password: