Skip to content

Commit e1ea5f9

Browse files
committed
Fix docker release build.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent 26f0e23 commit e1ea5f9

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/containers.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,6 @@ jobs:
7878
tags: ${{ steps.meta_pipeline_manager.outputs.tags }}
7979
labels: ${{ steps.meta_pipeline_manager.outputs.labels }}
8080

81-
# Tagged Kafka Connect image
82-
- name: Push (kafka-connect)
83-
uses: docker/build-push-action@v4
84-
if: github.event_name == 'release'
85-
with:
86-
context: .
87-
file: deploy/Dockerfile
88-
target: kafka-connect
89-
push: true
90-
tags: ${{ steps.meta_kafka_connect.outputs.tags }}
91-
labels: ${{ steps.meta_kafka_connect.outputs.labels }}
92-
9381
- uses: actions/delete-package-versions@v4
9482
with:
9583
package-name: pipeline-manager

0 commit comments

Comments
 (0)