We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c111322 commit 7ab2df8Copy full SHA for 7ab2df8
1 file changed
.github/workflows/unstable.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Create build version
23
run: echo "BUILD_VERSION=$(cat package.json | grep version | head -1 | awk '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')" >> $GITHUB_ENV
24
25
+ - name: Get short hash
26
+ run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
27
+
28
- name: Docker Build
29
uses: docker/build-push-action@v5
30
with:
0 commit comments