Try both dockerfile
and context
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -10,6 +10,7 @@ steps:
|
|||||||
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
|
||||||
context: backend/
|
context: backend/
|
||||||
|
dockerfile: backend/Dockerfile
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
@@ -20,6 +21,7 @@ steps:
|
|||||||
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
|
||||||
context: frontend/
|
context: frontend/
|
||||||
|
dockerfile: frontend/Dockerfile
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
|
Reference in New Issue
Block a user