This is an automated email from the ASF dual-hosted git repository.
shreemaanabhishek 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 5f8e54a fix(ci): use allowed versions of docker based actions (#619)
5f8e54a is described below
commit 5f8e54a10e51b3a1b8129efe9bca0d30994ed699
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Thu Apr 9 15:24:19 2026 +0545
fix(ci): use allowed versions of docker based actions (#619)
Signed-off-by: Abhishek Choudhary <[email protected]>
---
.github/workflows/apisix_push_docker_hub.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/apisix_push_docker_hub.yaml
b/.github/workflows/apisix_push_docker_hub.yaml
index 4bc528d..cfda880 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -55,14 +55,14 @@ jobs:
fi
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v1
+ uses:
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: Login to Docker Hub
if: ${{ startsWith(github.ref_name, 'release/apisix') }}
- uses: docker/login-action@v1
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}