Compare commits

..

1 commit

Author SHA1 Message Date
7cd3703b33 Improve CI
Add more tests to the CI, including a docker build test, and add the
generation and publication of a new docker image on master and tags
2023-02-02 20:40:35 +01:00

View file

@ -1,4 +1,3 @@
---
# Test building the code and docker image
kind: pipeline
type: docker
@ -47,7 +46,6 @@ trigger:
event:
- push
---
# On a tag, only build the related docker image
kind: pipeline
type: docker
@ -68,5 +66,3 @@ steps:
trigger:
event:
- tag
...