fix(pipeline): fix image pull in pipeline
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #4
PR #4
This commit is contained in:
Rick Barenthin 2022-06-01 23:36:11 +02:00
parent cae8167795
commit cda7b95292

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