fix: tagged step

This commit is contained in:
Eli Bosley
2023-08-31 11:44:03 -04:00
parent 5860bf128b
commit bd65db1c88

View File

@@ -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