Browse Source

Docker workflow should checkout entire Git history to compute build version

Frédéric Guillot 5 years ago
parent
commit
5ed1d7537a
1 changed files with 2 additions and 0 deletions
  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