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

nic-6443 pushed a commit to branch release/apisix-3.17.0
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/release/apisix-3.17.0 by this 
push:
     new 9aaa53a  fix(ci): use an allowlisted docker/login-action pin (#630)
9aaa53a is described below

commit 9aaa53a4dbbcdd84099f1a16f49f6d61041fe42b
Author: Nic <[email protected]>
AuthorDate: Thu Aug 6 10:15:27 2026 +0800

    fix(ci): use an allowlisted docker/login-action pin (#630)
    
    (cherry picked from commit b614479121f8b0cea09aaeb629eb1d3f0f4193b8)
---
 .github/workflows/apisix_push_docker_hub.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/apisix_push_docker_hub.yaml 
b/.github/workflows/apisix_push_docker_hub.yaml
index 2f52629..4b60713 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -66,7 +66,7 @@ jobs:
 
       - name: Login to Docker Hub
         if: ${{ startsWith(github.ref_name, 'release/apisix') }}
-        uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
+        uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
         with:
           username: ${{ secrets.DOCKERHUB_USER }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}

Reply via email to