Skip to content

Commit 2f5be42

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent 5cf7b46 commit 2f5be42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,39 +179,39 @@ jobs:
179179
180180
- name: dispatch plugins rocky8 from rocky8 tag
181181
if: ${{ github.ref_type == 'tag' && steps.SetVariables.outputs.branch != 'null' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.os == 'centos8' }}
182-
uses: peter-evans/repository-dispatch@v3
182+
uses: peter-evans/repository-dispatch@v4
183183
with:
184184
token: ${{ secrets.METWORK_ACCESS_TOKEN }}
185185
repository: metwork-framework/docker-mfxxx-plugins
186186
event-type: metwork-trigger-${{ steps.SetVariables.outputs.branch }}
187187
client-payload: '{"branch": "${{ steps.SetVariables.outputs.branch }}", "tag": "${{ github.ref_name }}", "repo": "mfserv", "rocky_version": "8"}'
188188
- name: dispatch plugins rocky9 from rocky8 tag
189189
if: ${{ github.ref_type == 'tag' && steps.SetVariables.outputs.branch != 'null' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.os == 'centos8' }}
190-
uses: peter-evans/repository-dispatch@v3
190+
uses: peter-evans/repository-dispatch@v4
191191
with:
192192
token: ${{ secrets.METWORK_ACCESS_TOKEN }}
193193
repository: metwork-framework/docker-mfxxx-plugins
194194
event-type: metwork-trigger-${{ steps.SetVariables.outputs.branch }}
195195
client-payload: '{"branch": "${{ steps.SetVariables.outputs.branch }}", "tag": "${{ github.ref_name }}", "repo": "mfserv", "rocky_version": "9"}'
196196
- name: dispatch plugins rocky10 from rocky8 tag
197197
if: ${{ github.ref_type == 'tag' && steps.SetVariables.outputs.branch != 'null' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.os == 'centos8' }}
198-
uses: peter-evans/repository-dispatch@v3
198+
uses: peter-evans/repository-dispatch@v4
199199
with:
200200
token: ${{ secrets.METWORK_ACCESS_TOKEN }}
201201
repository: metwork-framework/docker-mfxxx-plugins
202202
event-type: metwork-trigger-${{ steps.SetVariables.outputs.branch }}
203203
client-payload: '{"branch": "${{ steps.SetVariables.outputs.branch }}", "tag": "${{ github.ref_name }}", "repo": "mfserv", "rocky_version": "10"}'
204204
- name: dispatch plugins buildimage rocky8 from rocky8
205205
if: ${{ github.event_name != 'pull_request' && steps.SetVariables.outputs.skip_dispatch == 'false' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.os == 'centos8' }}
206-
uses: peter-evans/repository-dispatch@v3
206+
uses: peter-evans/repository-dispatch@v4
207207
with:
208208
token: ${{ secrets.METWORK_ACCESS_TOKEN }}
209209
repository: metwork-framework/docker-mfservplugins-centos8-buildimage
210210
event-type: metwork-trigger-${{ steps.SetVariables.outputs.branch }}
211211
client-payload: '{"branch": "${{ steps.SetVariables.outputs.branch }}", "os": "${{ steps.SetVariables.outputs.os }}"}'
212212
- name: dispatch plugins buildimage rocky9 from rocky8
213213
if: ${{ github.event_name != 'pull_request' && steps.SetVariables.outputs.skip_dispatch == 'false' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.os == 'centos8' }}
214-
uses: peter-evans/repository-dispatch@v3
214+
uses: peter-evans/repository-dispatch@v4
215215
with:
216216
token: ${{ secrets.METWORK_ACCESS_TOKEN }}
217217
repository: metwork-framework/docker-mfservplugins-rocky9-image

0 commit comments

Comments
 (0)