This commit is contained in:
parent
23eb94c365
commit
2695a49f59
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: latest-custom
|
name: hastebin-latest-custom
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
|
@ -26,7 +26,7 @@ trigger:
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: latest
|
name: hastebin-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
|
@ -54,7 +54,7 @@ trigger:
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: stable
|
name: hastebin-stable
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
|
|
Loading…
Reference in a new issue