Browse Source

Add --always.

scossu 9 tháng trước cách đây
mục cha
commit
d7fad2ef17
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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