From 7ecc7e5f6e05b00342a38d1fdd5536dd8ab41d39 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 6 May 2021 22:46:14 +0200 Subject: [PATCH] switch to own hugo ci image --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8948ea9..4a72b61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.83.1-ext-alpine + image: thegeeklab/hugo:0.83.1 commands: - hugo -b http://localhost/ @@ -42,7 +42,7 @@ steps: LINK_VALIDATOR_BASE_DIR: public/ - name: build - image: klakegg/hugo:0.83.1-ext-alpine + image: thegeeklab/hugo:0.83.1 commands: - hugo @@ -114,6 +114,6 @@ depends_on: --- kind: signature -hmac: 1e48ad23cf3bc30c504e37ac1299f09102242c92e92e75d446e466355aba66e3 +hmac: a487eaa9d97b4e1572c21847690c57596c3fbfc66bf2b5978cb26c1121e41bce ...