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 834d1bb RANGER-5506: Remove working directory and try with cd
834d1bb is described below
commit 834d1bbbc60c5c7d35f0930e5ca1d287f99a1fbf
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Mar 5 11:00:09 2026 -0800
RANGER-5506: Remove working directory and try with cd
---
.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 18d1918..3c7cf71 100644
--- a/.github/workflows/build-and-tag-ranger-image.yaml
+++ b/.github/workflows/build-and-tag-ranger-image.yaml
@@ -61,8 +61,8 @@ jobs:
- name: Build and push images
id: build
- working-directory: release
run: |
+ cd release
export RANGER_VERSION=${{ github.event.inputs.release-version }}
docker buildx build \
--build-arg RANGER_VERSION=${RANGER_VERSION} \