Docker workflow should checkout entire Git history to compute build version
This commit is contained in:
parent
a2021b74ba
commit
5ed1d7537a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Generate Docker tag
|
- name: Generate Docker tag
|
||||||
id: docker_tag
|
id: docker_tag
|
||||||
|
|
Loading…
Reference in a new issue