Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjay authored Oct 25, 2023
1 parent 27a3450 commit bfefb35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push KafkaKRaft
if: ${{ !contains(github.event.pull_request.changed_files, '*.md') }}
uses: docker/build-push-action@v3
with:
file: ./manifests/kafka/Dockerfile
push: true
tags: kafkakraft/kafkakraft:latest

- name: Build and push Kafka-Connect
if: ${{ !contains(github.event.pull_request.changed_files, '*.md') }}
uses: docker/build-push-action@v3
with:
file: ./manifests/connect/Dockerfile
Expand Down

0 comments on commit bfefb35

Please sign in to comment.