From cda7b952923cc0c5d1133b2d6657909430c1eb58 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Wed, 1 Jun 2022 23:36:11 +0200 Subject: [PATCH] fix(pipeline): fix image pull in pipeline Reviewed-on: https://git.riba-interactive.de/rick/waitui/pulls/4 PR #4 --- .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