scossu 9 mēneši atpakaļ
vecāks
revīzija
d7fad2ef17
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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