Fix checkout behavior and FileVersion

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-10-11 20:01:46 +02:00
parent 6d2820b530
commit dbac826815
3 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

View File

@ -23,6 +23,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Run
uses: docker/bake-action@v1