diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index aeacc68757..489212cf48 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -125,7 +125,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push for master - if: github.ref == 'refs/heads/master'}} + if: github.ref == 'refs/heads/master' id: docker_build_master uses: docker/build-push-action@v2 with: @@ -133,7 +133,7 @@ jobs: tags: evennia/evennia:latest - name: Build and push for develop - if: matrix.python-version == 3.7 && github.ref == 'refs/heads/develop'}} + if: github.ref == 'refs/heads/develop' id: docker_build_develop uses: docker/build-push-action@v2 with: