diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index dced919..6ae2aca 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -5,8 +5,7 @@ jobs: steps: - !BuildImageStep name: Build Docker Image - buildPath: '@project_name@' - dockerfile: '@project_path@/Dockerfile' + dockerfile: ./Dockerfile tags: rymcu/nebula:latest publish: false condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL