This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/markdown by this push:
     new 58839e77f run docker build for prs
58839e77f is described below

commit 58839e77f40986145b03201be8979e7fc28f8ff8
Author: David Arthur <[email protected]>
AuthorDate: Thu Dec 18 17:46:29 2025 -0500

    run docker build for prs
---
 .../{build-prod-image.yml => build-docker-image.yml}         | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/build-prod-image.yml 
b/.github/workflows/build-docker-image.yml
similarity index 92%
rename from .github/workflows/build-prod-image.yml
rename to .github/workflows/build-docker-image.yml
index 4018ae3b5..7b31fcd54 100644
--- a/.github/workflows/build-prod-image.yml
+++ b/.github/workflows/build-docker-image.yml
@@ -1,15 +1,11 @@
-name: Build and Push Production Image
+name: Build and Push Docker Image
 
 on:
   push:
     branches: [ markdown ]
-  workflow_dispatch:
-    inputs:
-      target_branches:
-        description: 'Comma-separated list of branches to build (e.g., 
markdown,main)'
-        required: false
-        default: 'markdown,main'
-        type: string
+  pull_request:
+    types: [ opened, synchronize, reopened ]
+    branches: [ markdown ]
 
 env:
   # GitHub Container Registry

Reply via email to