Docker workflow should checkout entire Git history to compute build version

pull/846/head
Frédéric Guillot 4 years ago
parent a2021b74ba
commit 5ed1d7537a
  1. 2
      .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

Loading…
Cancel
Save