Skip to content

Commit

Permalink
build: dispatch rocky9 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Aug 30, 2023
1 parent 4cf7693 commit fde3a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
repository: metwork-framework/docker-mfbaseplugins-centos8-buildimage
event-type: metwork-trigger-${{ steps.SetVariables.outputs.branch }}
client-payload: '{"branch": "${{ steps.SetVariables.outputs.branch }}", "os": "${{ steps.SetVariables.outputs.os }}"}'
- name: dispatch plugins dimage rocky9 from centos8
- name: dispatch plugins image rocky9 from centos8
if: ${{ github.event_name != 'pull_request' && steps.SetVariables.outputs.skip_dispatch == 'false' && steps.SetVariables.outputs.branch != 'null' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.os == 'centos8' }}
uses: peter-evans/repository-dispatch@v2
with:
Expand Down

0 comments on commit fde3a1a

Please sign in to comment.