Update names
This commit is contained in:
parent
7ac1f71738
commit
f8b4c754a2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
name: build-latest
|
||||
|
||||
steps:
|
||||
- name: build-image
|
||||
|
@ -21,7 +21,7 @@ steps:
|
|||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
name: build-stable
|
||||
|
||||
steps:
|
||||
- name: build-image
|
||||
|
|
Loading…
Reference in a new issue