fix(pipeline): fix image pull in pipeline

Reviewed-on: #4
PR #4
This commit is contained in:
Rick Barenthin 2022-06-01 23:36:11 +02:00 committed by Gitea
parent 7dd39a9994
commit 6c65434abd

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