scossu 9 bulan lalu
induk
melakukan
ac74ad82e1
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  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: >