scossu пре 9 месеци
родитељ
комит
ac74ad82e1
1 измењених фајлова са 1 додато и 3 уклоњено
  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: >