We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24149a8 commit bb11983Copy full SHA for bb11983
.github/workflows/dotnet-docker.yml
@@ -18,6 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
+ - uses: actions/setup-dotnet@v4
22
+ with:
23
+ dotnet-version: '9.0.x'
24
+
25
- name: Set up dependency caching for faster builds
26
uses: actions/cache@v4
27
with:
@@ -42,4 +46,4 @@ jobs:
42
46
-p ContainerRepository=${{ env.IMAGE_NAME }} \
43
47
-p ContainerRegistry=${{ vars.DOCKER_LOGIN_SERVER }} \
44
48
-p ContainerImageTags='"${{ env.TAG }};latest"'
45
- working-directory: src/SampleApi
49
+ working-directory: src/SampleApi
0 commit comments