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 8387c56 commit 6e5a5e1Copy full SHA for 6e5a5e1
1 file changed
.github/workflows/docker-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup .NET
27
uses: actions/setup-dotnet@v1
28
with:
29
- dotnet-version: 8.x
+ dotnet-version: 9.x
30
31
- name: Restore Dependencies
32
run: dotnet restore
@@ -101,7 +101,7 @@ jobs:
101
- name: Setup Buildx
102
103
104
- dotnet-version: '8.x'
+ dotnet-version: '9.x'
105
include-prerelease: true
106
107
- name: Build Artifact
0 commit comments