Skip to content

Commit 84cc73c

Browse files
authored
Update publish.yml (Suwayomi#123)
* Update publish.yml add docker build workflow * Update publish.yml Remove cd master * Update publish.yml Change access token
1 parent 10a29ca commit 84cc73c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ jobs:
8585
tags: true
8686
draft: true
8787
verbose: true
88+
89+
- name: Run Docker build workflow
90+
run: |
91+
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
92+

0 commit comments

Comments
 (0)