From e213c921a3de017f266f454e6cb3da278d8d25a2 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Wed, 1 Jun 2022 23:35:05 +0200 Subject: [PATCH] fix(pipeline): fix image pull in pipeline --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 19eccc3..f831303 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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