Edit .onedev-buildspec.yml

This commit is contained in:
ronger 2022-09-18 11:56:16 +00:00
parent 1c4f12b31d
commit e59cccebd4

View File

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