fix(CI): docker workflow update (#7262)

This commit is contained in:
Patrick Lewis
2021-08-09 17:56:19 -07:00
committed by GitHub
parent 0fb5398f30
commit ac3631902b

View File

@@ -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