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 078e26d commit 0a805c1Copy full SHA for 0a805c1
.github/workflows/build-container.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Setup .NET
86
uses: actions/setup-dotnet@v5
87
with:
88
- dotnet-version: '8.0'
+ dotnet-version: 8.0.x
89
90
- name: Build and push Docker image
91
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