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 b66f89b commit 372de58Copy full SHA for 372de58
.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.x
+ dotnet-version: 10.0.x
89
90
- name: Build and push Docker image
91
run: |
0 commit comments