Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored Dec 4, 2023
1 parent 20e8160 commit a39db8d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ jobs:
java-tests-kafka:
needs: [build-kafka-lightweight]
uses: ./.github/workflows/sink-connector-kafka-tests.yml

with:
SINK_CONNECTOR_IMAGE: altinityinfra/clickhouse-sink-connector:${{ github.event.number }}-${{ github.sha }}-kafka

java-tests-lightweight:
needs: [build-kafka-lightweight]
uses: ./.github/workflows/sink-connector-lightweight-tests.yml
with:
SINK_CONNECTOR_IMAGE: altinityinfra/clickhouse-sink-connector:${{ github.event.number }}-${{ github.sha }}-lt

publish:
needs: [testflows-kafka, testflows-lightweight, java-tests-kafka, java-tests-lightweight]
Expand All @@ -51,4 +55,4 @@ jobs:
with:
release_tag: ${{ inputs.release_tag }}
prerelease: ${{ inputs.prerelease }}
draft: ${{ inputs.draft }}
draft: ${{ inputs.draft }}

0 comments on commit a39db8d

Please sign in to comment.