소스 검색

Add --always.

scossu 9 달 전
부모
커밋
d7fad2ef17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/push-test-image.yml

+ 1 - 1
.github/workflows/push-test-image.yml

@@ -21,7 +21,7 @@ jobs:
       - name: update version info
         run: |
           git fetch --tags
-          git describe --tags >| VERSION
+          git describe --tags --always >| VERSION
           git rev-parse HEAD >> VERSION
 
       - name: Build the Docker image