Skip to content

Commit bb27ebc

Browse files
committed
Fix: Use lowercase repository name for Docker image
1 parent 90204e6 commit bb27ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

77
env:
88
REGISTRY: ci.gmac.io
9-
IMAGE_NAME: ${{ gitea.repository }}
9+
IMAGE_NAME: mackieg/personalwebsite
1010

1111
jobs:
1212
build-and-deploy:

0 commit comments

Comments
 (0)