Skip to content

Commit

Permalink
Merge pull request #3337 from crazy-max/fix-checkout
Browse files Browse the repository at this point in the history
Fix checkout behavior and FileVersion
  • Loading branch information
thaJeztah committed Oct 12, 2021
2 parents 6d2820b + dbac826 commit 9fab13b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Run
uses: docker/bake-action@v1
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/mkversioninfo
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cat > ./cli/winresources/versioninfo.json <<EOL
"Comments": "",
"CompanyName": "${COMPANY_NAME}",
"FileDescription": "Docker Client",
"FileVersion": "${VERSION_QUAD}",
"FileVersion": "${VERSION}",
"InternalName": "",
"LegalCopyright": "Copyright © 2015-$(date +'%Y') Docker Inc.",
"LegalTrademarks": "",
Expand Down

0 comments on commit 9fab13b

Please sign in to comment.