ci: test
This commit is contained in:
parent
24eb32cb22
commit
cfa459bc2a
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,8 @@ steps:
|
|||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
- tag
|
||||
|
||||
|
||||
- name: docker_build_and_push_dockerhub
|
||||
image: plugins/docker
|
||||
|
@ -37,6 +39,8 @@ steps:
|
|||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
- tag
|
||||
|
||||
|
||||
- name: docker_build_and_push_selfhosted_tag
|
||||
image: plugins/docker
|
||||
|
|
Reference in a new issue