From b81075f4a74c0dcbed4bb3c7e83d5b50ff489c54 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 24 Aug 2021 22:23:39 +0430 Subject: [PATCH] fix docker builds faling? --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 81ab7f36..ea7c353d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -88,5 +88,6 @@ jobs: - name: Run Docker build workflow run: | + sleep 10 # sleep a bit to make sure the release is actually inside github db curl -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.DEPLOY_PREVIEW_TOKEN }}" -d '{"ref":"main", "inputs":{"tachidesk_release_type": "stable"}}' https://api.github.com/repos/suwayomi/docker-tachidesk/actions/workflows/build_container_images.yml/dispatches