fix workflow

This commit is contained in:
uetchy 2021-06-08 21:02:01 +09:00
parent 4f6717ef32
commit 40251a91ba

View File

@ -48,7 +48,7 @@ jobs:
- name: Trigger Watchtower Update
run: |
curl -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" https://watchtower.uechi.dev/v1/update
curl -s -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" https://watchtower.uechi.dev/v1/update
# Temp fix
# https://github.com/docker/build-push-action/issues/252