Skip to content

Commit 5ec8ac5

Browse files
Update docker-image.yml
1 parent 6a93e36 commit 5ec8ac5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- name: Checkout
16+
uses: actions/checkout@v2
17+
18+
- name: Setup .NET
19+
uses: actions/setup-dotnet@v1
20+
with:
21+
dotnet-version: '9.x'
22+
1623
- name: Build the Docker image
17-
working-directory: ./AniWorldReminder_API
18-
run: docker build . --file Dockerfile
24+
working-directory: path
25+
run: docker build .

0 commit comments

Comments
 (0)