Преглед на файлове

Mirror config updates in push-app-image action.

scossu преди 9 месеца
родител
ревизия
e403023d50
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      .github/workflows/push-app-image.yml

+ 2 - 1
.github/workflows/push-app-image.yml

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