Skip to content

Commit b868da6

Browse files
authored
Merge pull request open-webui#25589 from open-webui/dev
refac
2 parents 90f4b4f + dc4dab7 commit b868da6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
timeout-minutes: 10
2020
permissions:
2121
contents: write
22+
actions: write
2223
steps:
2324
- uses: actions/checkout@v5
2425

@@ -56,3 +57,14 @@ jobs:
5657
!.git
5758
env:
5859
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60+
61+
- name: Trigger Docker build
62+
uses: actions/github-script@v8
63+
with:
64+
script: |
65+
github.rest.actions.createWorkflowDispatch({
66+
owner: context.repo.owner,
67+
repo: context.repo.repo,
68+
workflow_id: 'docker.yaml',
69+
ref: 'v${{ steps.pkg.outputs.version }}',
70+
})

0 commit comments

Comments
 (0)