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 | ||||
|     registry: harbor.k-space.ee | ||||
|     context: backend/ | ||||
|     dockerfile: backend/Dockerfile | ||||
|     username: | ||||
|       from_secret: docker_username | ||||
|     password: | ||||
| @@ -20,6 +21,7 @@ steps: | ||||
|     repo: harbor.k-space.ee/k-space/log-viewer-frontend | ||||
|     registry: harbor.k-space.ee | ||||
|     context: frontend/ | ||||
|     dockerfile: frontend/Dockerfile | ||||
|     username: | ||||
|       from_secret: docker_username | ||||
|     password: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user