We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df303de + 2a71a10 commit 3331809Copy full SHA for 3331809
1 file changed
.github/workflows/docker_build.yml
@@ -34,9 +34,9 @@ jobs:
34
fetch-depth: 0 # This is needed for GitVersion not to crash
35
36
- name: Install GitVersion
37
- uses: gittools/actions/gitversion/setup@v4
+ uses: gittools/actions/gitversion/setup@v3
38
with:
39
- versionSpec: "6.3.x"
+ versionSpec: "5.12.0"
40
41
- name: Determine Version
42
id: gitversion # id to later be referenced
0 commit comments