Skip to content

Commit

Permalink
Fix docker image using a .NET 9 preview #1768
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Dec 6, 2024
1 parent 08349ef commit d807d70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.*
dotnet-quality: preview
dotnet-quality: ga
- name: Build Reason
env:
GITHUB_EVENT: ${{ toJson(github) }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.*
dotnet-quality: preview
dotnet-quality: ga

- name: Version
id: version
Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.*
dotnet-quality: preview
dotnet-quality: ga

- name: Start Services
working-directory: docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch-docker-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.*
dotnet-quality: preview
dotnet-quality: ga
- name: Build Reason
env:
GITHUB_EVENT: ${{ toJson(github) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch-docker-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.*
dotnet-quality: preview
dotnet-quality: ga
- name: Build Reason
env:
GITHUB_EVENT: ${{ toJson(github) }}
Expand Down

0 comments on commit d807d70

Please sign in to comment.