This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new 46e58f3  Publish helm chart with short SHA (#2)
46e58f3 is described below

commit 46e58f3fbc1d42fe57d08ca08cc25407e6d89a40
Author: ButterBright <52878305+butterbri...@users.noreply.github.com>
AuthorDate: Tue Sep 12 10:37:28 2023 +0800

    Publish helm chart with short SHA (#2)
---
 .github/workflows/publish-helm.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-helm.yaml 
b/.github/workflows/publish-helm.yaml
index ebe3cf4..298f998 100644
--- a/.github/workflows/publish-helm.yaml
+++ b/.github/workflows/publish-helm.yaml
@@ -23,7 +23,7 @@ on:
 
 env:
   HUB: ghcr.io/apache/skywalking-banyandb-helm
-  VERSION: 0.0.0-${{ github.sha }}
+  VERSION: $(git rev-parse --short HEAD)
 
 jobs:
   publish:

Reply via email to