We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92082c4 commit 2ceaa97Copy full SHA for 2ceaa97
.github/workflows/sync-cli-docs.yml
@@ -38,11 +38,8 @@ jobs:
38
if [ -n "${{ inputs.version }}" ]; then
39
VERSION="${{ inputs.version }}"
40
else
41
- VERSION=$(grep "docker_ce_version:" hugo.yaml | awk '{print $2}' | tr -d '"')
+ VERSION=v$(grep "docker_ce_version:" hugo.yaml | awk '{print $2}' | tr -d '"')
42
fi
43
- # TODO(vvoland): Remove this after 29.2.0 is released
44
- # VERSION=v${VERSION}
45
- VERSION=60f06cb2df3df36ddfb531c1dae8c6fa96e5f9e7
46
47
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
48
echo "Docker CLI version: **$VERSION**" | tee -a "$GITHUB_STEP_SUMMARY"
0 commit comments