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 ...