scossu 9 mesiacov pred
rodič
commit
ac74ad82e1
1 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  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: >