From eceac74e8e8702e1dbdc1b54246ef6d32319b16a Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 11 Jan 2022 16:07:53 +0900 Subject: [PATCH] chore: fix drone --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6ca31fa..4d933db 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: plugins/docker settings: repo: ghcr.io/uetchy/uechi.io + cache_from: ghcr.io/uetchy/uechi.io:latest tags: latest registry: ghcr.io username: @@ -18,7 +19,7 @@ steps: image: alpine/curl commands: - | - curl -s -H "Authorization: Bearer ${WATCHTOWER_TOKEN}" https://watchtower.uechi.dev/v1/update + curl -s -H "Authorization: Bearer $WATCHTOWER_TOKEN" https://watchtower.uechi.dev/v1/update environment: WATCHTOWER_TOKEN: from_secret: watchtower_token