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

kayx23 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c25f5d  fix(ci): pin allowlisted qemu and buildx actions (#632)
5c25f5d is described below

commit 5c25f5dca4fa9128ac6ca6bd103028e33f309f68
Author: Traky Deng <[email protected]>
AuthorDate: Fri Aug 21 18:15:55 2026 +0800

    fix(ci): pin allowlisted qemu and buildx actions (#632)
---
 .github/workflows/apisix_push_docker_hub.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/apisix_push_docker_hub.yaml 
b/.github/workflows/apisix_push_docker_hub.yaml
index db2b717..bcd8b9c 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -59,10 +59,10 @@ jobs:
           fi
 
       - name: Set up QEMU
-        uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
+        uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8
 
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
+        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
 
       - name: Login to Docker Hub
         if: ${{ startsWith(github.ref_name, 'release/apisix') }}

Reply via email to