We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f0e23 commit e1ea5f9Copy full SHA for e1ea5f9
1 file changed
.github/workflows/containers.yml
@@ -78,18 +78,6 @@ jobs:
78
tags: ${{ steps.meta_pipeline_manager.outputs.tags }}
79
labels: ${{ steps.meta_pipeline_manager.outputs.labels }}
80
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
-
93
- uses: actions/delete-package-versions@v4
94
with:
95
package-name: pipeline-manager
0 commit comments