Skip to content

DBZ-8654 Update QOSDK to 6.9.3 that introduces the possibility to override the operator image through the values.yaml #325

DBZ-8654 Update QOSDK to 6.9.3 that introduces the possibility to override the operator image through the values.yaml

DBZ-8654 Update QOSDK to 6.9.3 that introduces the possibility to override the operator image through the values.yaml #325

Workflow file for this run

#
# Copyright Debezium Authors
#
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#
name: Build Operator Sources
on:
pull_request:
branches:
- main
- 3.*
- 4.*
paths-ignore:
- '*.md'
push:
branches:
- main
- 3.*
- 4.*
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Debezium Operator
uses: actions/checkout@v4
with:
path: operator
- uses: ./operator/.github/actions/maven-cache
- uses: ./operator/.github/actions/setup-java
- uses: ./operator/.github/actions/build-operator