From bd65db1c88fb8a1e4da17e50bd759ad5c7c1f10d Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 31 Aug 2023 11:44:03 -0400 Subject: [PATCH] fix: tagged step --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5f81e76dd..8fbbafc3a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -150,7 +150,7 @@ jobs: cache-to: type=gha,mode=max - name: Run Docker Compose - run: docker run -e GIT_SHA=$(git rev-parse --short HEAD) IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match) localhost:5000/unraid-api:builder npm run build-pkg + run: docker run -e GIT_SHA=$(git rev-parse --short HEAD) -e IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match) localhost:5000/unraid-api:builder npm run build-pkg - name: Set Hashes