From d579c561c736b745fb7828e98ad808adf1a908b1 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 22 Feb 2023 14:25:52 -0500 Subject: [PATCH] Fix docker image hash script to be contained to ci-build (#2404) --- .github/scripts/docker-image-hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/docker-image-hash b/.github/scripts/docker-image-hash index 55b532332d..71fae16318 100755 --- a/.github/scripts/docker-image-hash +++ b/.github/scripts/docker-image-hash @@ -11,4 +11,4 @@ set -eo pipefail cd "$(dirname "$0")" cd "$(git rev-parse --show-toplevel)" -git ls-files -s --full-name "tools" | git hash-object --stdin +git ls-files -s --full-name "tools/ci-build" | git hash-object --stdin