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