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.
1 parent f42519e commit 8cf0f25Copy full SHA for 8cf0f25
.github/workflows/build-container.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Setup .NET
90
uses: actions/setup-dotnet@v5
91
with:
92
- dotnet-version: '8.0'
+ dotnet-version: 8.0.x
93
94
- name: Build and push Docker image
95
run: |
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup dotnet
17
18
19
- dotnet-version: '8.*'
20
21
- name: build
22
run: dotnet build
0 commit comments