1 parent 8ebcbeb commit e6ec5bdCopy full SHA for e6ec5bd
1 file changed
.github/workflows/ci-cd.yml
@@ -10,7 +10,7 @@ jobs:
10
env:
11
PROJECT_PATH: csharp/Interfold.Api/Interfold.Api.csproj
12
DOCKERFILE_PATH: csharp/Interfold.Api/Dockerfile
13
- IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/interfold-api
+ IMAGE_NAME: ghcr.io/${{ lower(github.repository_owner) }}/interfold-api
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v4
0 commit comments