Jelajahi Sumber

Docker workflow should checkout entire Git history to compute build version

Frédéric Guillot 5 tahun lalu
induk
melakukan
5ed1d7537a
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      .github/workflows/docker.yml

+ 2 - 0
.github/workflows/docker.yml

@@ -11,6 +11,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
+        with:
+          fetch-depth: 0
 
       - name: Generate Docker tag
         id: docker_tag