Skip to content

Commit 7ced028

Browse files
Fix Docker repository name to lowercase
1 parent b37effe commit 7ced028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
env:
1818
REGISTRY: ghcr.io
19-
IMAGE_NAME: ${{ github.repository }}
19+
IMAGE_NAME: gerome-elassaad/codinit-app
2020

2121
jobs:
2222
docker-build-publish:

0 commit comments

Comments
 (0)