1
0
Fork 0

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

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