Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

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
Upstream-commit: 9fab13beacb9d4c53cf438d2a1cb9eccee8e2893
Component: cli
  • Loading branch information
thaJeztah authored Oct 12, 2021
2 parents e2f83d4 + efa851d commit 35266f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/cli/.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 components/cli/.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 components/cli/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 35266f1

Please sign in to comment.