fix(pipeline): fix image pull in pipeline

This commit is contained in:
Rick Barenthin 2022-06-01 23:35:05 +02:00
parent cae8167795
commit e213c921a3

View File

@ -27,6 +27,9 @@ trigger:
- main
event:
- push
image_pull_secrets:
- dockerconfig
---
kind: pipeline
type: docker
@ -44,6 +47,9 @@ steps:
trigger:
event:
- tag
image_pull_secrets:
- dockerconfig
---
kind: pipeline
type: docker