Edit .onedev-buildspec.yml

This commit is contained in:
ronger 2022-09-18 11:57:32 +00:00
parent e59cccebd4
commit 1052e277e7

View File

@ -5,7 +5,8 @@ jobs:
steps: steps:
- !BuildImageStep - !BuildImageStep
name: Build Docker Image name: Build Docker Image
dockerfile: '@project_path@' buildPath: '@project_name@'
dockerfile: '@project_path@/Dockerfile'
tags: rymcu/nebula:latest tags: rymcu/nebula:latest
publish: false publish: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL