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

merlimat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c6a8422 Fix CI workflow by updating docker/build-push-action to ASF 
allowlisted version (#602)
9c6a8422 is described below

commit 9c6a84226751d28589739067cb2307806b438c24
Author: zhou zhuohan <[email protected]>
AuthorDate: Mon Jul 13 11:23:55 2026 +0800

    Fix CI workflow by updating docker/build-push-action to ASF allowlisted 
version (#602)
---
 .github/workflows/ci-build-binary-artifacts.yaml | 2 +-
 .github/workflows/ci-pr-validation.yaml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build-binary-artifacts.yaml 
b/.github/workflows/ci-build-binary-artifacts.yaml
index 660e924f..14557c7d 100644
--- a/.github/workflows/ci-build-binary-artifacts.yaml
+++ b/.github/workflows/ci-build-binary-artifacts.yaml
@@ -63,7 +63,7 @@ jobs:
       - uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
 
       - name: Build dependencies Docker image
-        uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
+        uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
         with:
           context: ./pkg/${{matrix.pkg.type}}
           load: true
diff --git a/.github/workflows/ci-pr-validation.yaml 
b/.github/workflows/ci-pr-validation.yaml
index fb5f539f..b1d83cc2 100644
--- a/.github/workflows/ci-pr-validation.yaml
+++ b/.github/workflows/ci-pr-validation.yaml
@@ -403,7 +403,7 @@ jobs:
       - uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
 
       - name: Build dependencies Docker image
-        uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
+        uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
         with:
           context: ./pkg/${{matrix.pkg.type}}
           load: true

Reply via email to