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 - main
event: event:
- push - push
image_pull_secrets:
- dockerconfig
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -44,6 +47,9 @@ steps:
trigger: trigger:
event: event:
- tag - tag
image_pull_secrets:
- dockerconfig
--- ---
kind: pipeline kind: pipeline
type: docker type: docker