fix(CI): docker workflow update (#7262)
This commit is contained in:
parent
0fb5398f30
commit
ac3631902b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker_build.yml
vendored
2
.github/workflows/docker_build.yml
vendored
|
|
@ -101,6 +101,6 @@ jobs:
|
|||
- name: Deploy Production images
|
||||
#env:
|
||||
# DOCKER_IMAGE_TAG: ${{ steps.extract_branch.outputs.branch }}
|
||||
if: ${{ steps.extract_branch.outputs.branch == 'master' }}
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && steps.extract_branch.outputs.branch == 'master'
|
||||
run: |
|
||||
docker-compose --profile prod push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue