diff --git a/.github/workflows/reusable-build-operator.yaml b/.github/workflows/reusable-build-operator.yaml index fef353c..8c5b4c9 100644 --- a/.github/workflows/reusable-build-operator.yaml +++ b/.github/workflows/reusable-build-operator.yaml @@ -70,6 +70,8 @@ jobs: tags: ${{ env.latesttag }} ${{ github.sha }} containerfiles: | ./Dockerfile + envs: + - ENABLE_WEBHOOKS=false - name: Push ${{ inputs.operator_name }}-operator To ${{ env.imageregistry }} uses: redhat-actions/push-to-registry@v2