From 88a20b1a0b40d43acde3ceaad8fcb0777825e470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 8 Jan 2022 18:49:30 +0100 Subject: [PATCH] add image pull secret and use private registry --- .drone.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c86314d..7c992fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,13 +15,18 @@ environment: - CF_ACCOUNTID: from_secret: CF_ACCOUNTID +image_pull_secrets: +- IMAGE_PULL_SECRET + steps: - name: Validate configuration and check changes - image: stackexchange/dnscontrol + image: registry.kmlabz.com/stargate-cluster/dnscontrol-docker + pull: always commands: - dnscontrol preview - name: Push new configuration to providers - image: stackexchange/dnscontrol + image: registry.kmlabz.com/stargate-cluster/dnscontrol-docker + pull: always commands: - dnscontrol push \ No newline at end of file