Skip to content

Commit e6ec5bd

Browse files
committed
Ensure that github.repository_owner is lowercase
1 parent 8ebcbeb commit e6ec5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
env:
1111
PROJECT_PATH: csharp/Interfold.Api/Interfold.Api.csproj
1212
DOCKERFILE_PATH: csharp/Interfold.Api/Dockerfile
13-
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/interfold-api
13+
IMAGE_NAME: ghcr.io/${{ lower(github.repository_owner) }}/interfold-api
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)