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:
- !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