mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-26 16:51:50 +01:00
Update publish.yml (#123)
* Update publish.yml add docker build workflow * Update publish.yml Remove cd master * Update publish.yml Change access token
This commit is contained in:
parent
10a29cab33
commit
84cc73c149
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -85,3 +85,8 @@ jobs:
|
|||||||
tags: true
|
tags: true
|
||||||
draft: true
|
draft: true
|
||||||
verbose: 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user