Skip to content

Commit 7513e8f

Browse files
committed
Fix GHCR repository scoped image name
1 parent 596d1e1 commit 7513e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.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: ghcr.io
11-
IMAGE_NAME: gbadedata/ml-inference-api
11+
IMAGE_NAME: ${{ github.repository }}
1212

1313
jobs:
1414
test:

0 commit comments

Comments
 (0)