From 017e4c714492560b5f2348a2c51283715fe17214 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 15 Aug 2018 15:34:13 +0200 Subject: [PATCH] chores(ci): use custom local image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b5a626e..d9b5120 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ pipeline: branch: master build-dev: - image: cbrgm/drone-hugo:latest + image: local/drone-hugo:latest buildDrafts: true buildFuture: true buildExpired: true @@ -30,7 +30,7 @@ pipeline: branch: develop build-prod: - image: cbrgm/drone-hugo:latest + image: local/drone-hugo:latest buildDrafts: false buildFuture: false buildExpired: false