Compare commits
1 commit
7cd3703b33
...
056a3c24f0
Author | SHA1 | Date | |
---|---|---|---|
056a3c24f0 |
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
# Test building the code and docker image
|
# Test building the code and docker image
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
@ -46,6 +47,7 @@ trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
---
|
||||||
# On a tag, only build the related docker image
|
# On a tag, only build the related docker image
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
@ -66,3 +68,5 @@ steps:
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
...
|
Loading…
Add table
Reference in a new issue