Edit .onedev-buildspec.yml
This commit is contained in:
parent
e59cccebd4
commit
1052e277e7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user