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 0dd6475  RANGER-5506: Clone git repo
0dd6475 is described below

commit 0dd64756b1f5eff8f31c36d4c5506369e23385b3
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Mar 5 11:11:23 2026 -0800

    RANGER-5506: Clone git repo
---
 .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 3c7cf71..0cf0816 100644
--- a/.github/workflows/build-and-tag-ranger-image.yaml
+++ b/.github/workflows/build-and-tag-ranger-image.yaml
@@ -45,6 +45,9 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
+      - name: Checkout repository
+        uses: actions/checkout@v4
+
       - name: Set up QEMU
         uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
 

Reply via email to