scossu vor 9 Monaten
Ursprung
Commit
ac74ad82e1
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      .github/workflows/push-test-image.yml

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

@@ -19,10 +19,8 @@ jobs:
           submodules: recursive
 
       - name: update version info
-        run: |
-          git status
+        run: >
           git describe --tags >| VERSION
-          git rev-parse HEAD >> VERSION
 
       - name: Build the Docker image
         run: >