Skip to content

Commit d807d70

Browse files
committed
Fix docker image using a .NET 9 preview #1768
1 parent 08349ef commit d807d70

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-arm64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: 9.0.*
29-
dotnet-quality: preview
29+
dotnet-quality: ga
3030
- name: Build Reason
3131
env:
3232
GITHUB_EVENT: ${{ toJson(github) }}

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-dotnet@v4
4040
with:
4141
dotnet-version: 9.0.*
42-
dotnet-quality: preview
42+
dotnet-quality: ga
4343

4444
- name: Version
4545
id: version
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/setup-dotnet@v4
6666
with:
6767
dotnet-version: 9.0.*
68-
dotnet-quality: preview
68+
dotnet-quality: ga
6969

7070
- name: Start Services
7171
working-directory: docker

.github/workflows/elasticsearch-docker-7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: 9.0.*
22-
dotnet-quality: preview
22+
dotnet-quality: ga
2323
- name: Build Reason
2424
env:
2525
GITHUB_EVENT: ${{ toJson(github) }}

.github/workflows/elasticsearch-docker-8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: 9.0.*
22-
dotnet-quality: preview
22+
dotnet-quality: ga
2323
- name: Build Reason
2424
env:
2525
GITHUB_EVENT: ${{ toJson(github) }}

0 commit comments

Comments
 (0)