We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759b01d commit 04521e3Copy full SHA for 04521e3
.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