From f7ac62ea3e530bc2477ffea97b92f8fd4e60a1c7 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 20 Aug 2022 21:13:29 +0900 Subject: [PATCH] Use the latest version of the docker image: ``` --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g" - name: generate-ogp-images - image: reg.kazu634.com/kazu634/tcardgen:v0.3 + image: reg.kazu634.com/kazu634/tcardgen commands: - find /root -type f -name *.ttf | xargs -t -I% -n 1 cp -p % assets/font/ - find content/ -type f -name '*.md' | grep -v '_index' | xargs -t -n 1 /usr/local/bin/tcardgen -f assets/font/ -o static/ogp/ -c assets/tcardgen.yaml > /dev/null ``` --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9c757e8..152a717 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g" - name: generate-ogp-images - image: reg.kazu634.com/kazu634/tcardgen:v0.3 + image: reg.kazu634.com/kazu634/tcardgen commands: - find /root -type f -name *.ttf | xargs -t -I% -n 1 cp -p % assets/font/ - find content/ -type f -name '*.md' | grep -v '_index' | xargs -t -n 1 /usr/local/bin/tcardgen -f assets/font/ -o static/ogp/ -c assets/tcardgen.yaml > /dev/null