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

abhi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ranger-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 3f77e22  RANGER-5506: Add docker buildx step in tag job
3f77e22 is described below

commit 3f77e227816579acfd872365ee09237c9b10e70d
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Mar 5 14:56:02 2026 -0800

    RANGER-5506: Add docker buildx step in tag job
---
 .github/workflows/build-and-tag-ranger-image.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/build-and-tag-ranger-image.yaml 
b/.github/workflows/build-and-tag-ranger-image.yaml
index 0cf0816..6f905de 100644
--- a/.github/workflows/build-and-tag-ranger-image.yaml
+++ b/.github/workflows/build-and-tag-ranger-image.yaml
@@ -109,6 +109,9 @@ jobs:
             echo $response
           fi
 
+      - name: Set up Docker Buildx
+        uses: 
docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
+
       - name: Add Docker Hub to targets
         if: ${{ env.DOCKERHUB_USER }}
         run: |

Reply via email to