Skip to content

Commit 7ab2df8

Browse files
author
Emmanuel Zamora
committed
Fix ci
1 parent c111322 commit 7ab2df8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/unstable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Create build version
2323
run: echo "BUILD_VERSION=$(cat package.json | grep version | head -1 | awk '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')" >> $GITHUB_ENV
2424

25+
- name: Get short hash
26+
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
27+
2528
- name: Docker Build
2629
uses: docker/build-push-action@v5
2730
with:

0 commit comments

Comments
 (0)