diff --git a/.drone.yml b/.drone.yml index 7f70551..09a04bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ concurrency: steps: - name: assets - image: byrnedo/alpine-curl + image: thegeeklab/alpine-tools commands: - mkdir -p themes/hugo-geekblog/ - curl -L https://github.com/thegeeklab/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C themes/hugo-geekblog/ --strip-components=1 @@ -110,6 +110,6 @@ depends_on: --- kind: signature -hmac: 01fdb24010e4027cb131ca2138b50164ad62a574b565ed05642a22f95a89c368 +hmac: 34c81c071b579d8f60d8c301eb1251d0430031ac4af95536447ed61db62f686d ...