Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker upload, release pipeline, update testflows tests #392

Merged
merged 16 commits into from
Dec 1, 2023
Prev Previous commit
Next Next commit
Merge branch 'develop' into release-pipeline
  • Loading branch information
MyroTk authored Nov 30, 2023
commit 7003f4232cbb7abc81f0ce30514434eba44ea043
3 changes: 2 additions & 1 deletion .github/workflows/testflows-sink-connector-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
type: string
workflow_dispatch:
inputs:
SINK_CONNECTOR_IMAGE:
sink_version:
description: "Kafka connector docker image"
required: true
type: string
default: latest

env:
SINK_CONNECTOR_IMAGE: ${{ inputs.SINK_CONNECTOR_IMAGE }}
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.