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 7b7451d RANGER-5506: Fix typo
7b7451d is described below
commit 7b7451dd2239ea7870e6629cb5c6f2ca0035ba96
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Mar 5 10:52:00 2026 -0800
RANGER-5506: Fix typo
---
.github/workflows/build-and-tag-ranger-image.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-and-tag-ranger-image.yaml
b/.github/workflows/build-and-tag-ranger-image.yaml
index d657475..18d1918 100644
--- a/.github/workflows/build-and-tag-ranger-image.yaml
+++ b/.github/workflows/build-and-tag-ranger-image.yaml
@@ -63,7 +63,7 @@ jobs:
id: build
working-directory: release
run: |
- export RANGER_VERSION=${{ github.event.inputs.release-version }})
+ export RANGER_VERSION=${{ github.event.inputs.release-version }}
docker buildx build \
--build-arg RANGER_VERSION=${RANGER_VERSION} \
--file Dockerfile.ranger \