Edit .onedev-buildspec.yml

This commit is contained in:
ronger 2022-09-18 11:53:39 +00:00
parent 44d1320b58
commit 1c4f12b31d

View File

@ -1,11 +1,10 @@
version: 18
jobs:
- name: Build Docker Image
jobExecutor: internal
steps:
- !BuildImageStep
name: Build Docker Image
buildPath: '@project_name@'
dockerfile: '@project_name@'
tags: rymcu/nebula:latest
publish: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL