Skip to content

Commit 7908f7f

Browse files
committed
- fix docker file
1 parent 70c8464 commit 7908f7f

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
REGISTRY: docker.io
11-
IMAGE_NAME: codeshayk/eauthor
11+
IMAGE_NAME: codeshayk/eauthor.api
1212

1313
jobs:
1414
build-and-deploy:
File renamed without changes.

eAuthor.sln

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eAuthor.API", "src\eAuthor.
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eAuthor.API.Tests", "tests\eAuthor.API.Tests\eAuthor.API.Tests.csproj", "{1D6A62AF-3292-EC75-EE61-15F38017F890}"
1313
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{A19DA043-80BE-41C9-8C10-BE888868CA6E}"
15+
ProjectSection(SolutionItems) = preProject
16+
.dockerignore = .dockerignore
17+
.gitignore = .gitignore
18+
Directory.Build.props = Directory.Build.props
19+
Dockerfile = Dockerfile
20+
GitVersion.yml = GitVersion.yml
21+
LICENSE = LICENSE
22+
nuget.config = nuget.config
23+
README.md = README.md
24+
EndProjectSection
25+
EndProject
1426
Global
1527
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1628
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)