Skip to content

Commit bb11983

Browse files
authoredJan 16, 2025··
Update dotnet-docker.yml
1 parent 24149a8 commit bb11983

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

Diff for: ‎.github/workflows/dotnet-docker.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21+
- uses: actions/setup-dotnet@v4
22+
with:
23+
dotnet-version: '9.0.x'
24+
2125
- name: Set up dependency caching for faster builds
2226
uses: actions/cache@v4
2327
with:
@@ -42,4 +46,4 @@ jobs:
4246
-p ContainerRepository=${{ env.IMAGE_NAME }} \
4347
-p ContainerRegistry=${{ vars.DOCKER_LOGIN_SERVER }} \
4448
-p ContainerImageTags='"${{ env.TAG }};latest"'
45-
working-directory: src/SampleApi
49+
working-directory: src/SampleApi

0 commit comments

Comments
 (0)
Please sign in to comment.