chore: fix drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
uetchy 2022-01-11 16:07:53 +09:00
parent d31e4d4d90
commit eceac74e8e

View File

@ -7,6 +7,7 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
repo: ghcr.io/uetchy/uechi.io repo: ghcr.io/uetchy/uechi.io
cache_from: ghcr.io/uetchy/uechi.io:latest
tags: latest tags: latest
registry: ghcr.io registry: ghcr.io
username: username:
@ -18,7 +19,7 @@ steps:
image: alpine/curl image: alpine/curl
commands: 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: environment:
WATCHTOWER_TOKEN: WATCHTOWER_TOKEN:
from_secret: watchtower_token from_secret: watchtower_token