From 84cc73c14904b85017efbdce0b6430ec5e1ff2cb Mon Sep 17 00:00:00 2001 From: arbuilder <78140816+arbuilder@users.noreply.github.com> Date: Tue, 1 Jun 2021 14:25:38 +0530 Subject: [PATCH] Update publish.yml (#123) * Update publish.yml add docker build workflow * Update publish.yml Remove cd master * Update publish.yml Change access token --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 65f0acd..6c6e2ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,3 +85,8 @@ jobs: tags: true draft: true verbose: true + + - name: Run Docker build workflow + run: | + 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 +