fix: tag script issues

This commit is contained in:
Eli Bosley
2023-08-31 16:13:07 -04:00
parent ee0293eaae
commit c270e86377
4 changed files with 12 additions and 10 deletions

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) -e 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) -v $(pwd)/deploy:/app/deploy/ localhost:5000/unraid-api:builder npm run build-pkg
- name: Set Hashes