From fde3a1a15b51453873150daea9959ad59b41c3af Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:34:04 +0200 Subject: [PATCH] build: dispatch rocky9 (#244) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9ef528..fb386b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: