Edit .onedev-buildspec.yml

This commit is contained in:
ronger 2022-09-18 12:21:53 +00:00
parent 1052e277e7
commit 08d65f8ee9

View File

@ -5,8 +5,7 @@ jobs:
steps: steps:
- !BuildImageStep - !BuildImageStep
name: Build Docker Image name: Build Docker Image
buildPath: '@project_name@' dockerfile: ./Dockerfile
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