Docker workflow should checkout entire Git history to compute build version

This commit is contained in:
Frédéric Guillot 2020-10-19 20:25:15 -07:00
parent a2021b74ba
commit 5ed1d7537a
1 changed files with 2 additions and 0 deletions

View File

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