fix(CI/docker_build): missing step

This commit is contained in:
Yehonal
2022-11-07 16:36:12 +01:00
parent 4e7c57f7e6
commit 9dbadbd6d9

View File

@@ -155,6 +155,11 @@ jobs:
needs: [ docker-build-n-deploy-prod , docker-build-n-deploy-dev] needs: [ docker-build-n-deploy-prod , docker-build-n-deploy-dev]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Repository Dispatch - name: Repository Dispatch
if: github.repository == 'azerothcore/azerothcore-wotlk' && steps.extract_branch.outputs.branch == 'master' if: github.repository == 'azerothcore/azerothcore-wotlk' && steps.extract_branch.outputs.branch == 'master'
uses: peter-evans/repository-dispatch@v2 uses: peter-evans/repository-dispatch@v2