Skip to content

Commit a16511f

Browse files
authored
Merge pull request #69 from openSVM/copilot/fix-66
Fix Docker image reference format by using lowercase repository name
2 parents 9a340b3 + bbde5af commit a16511f

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
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: ${{ github.repository }}
12+
IMAGE_NAME: opensvm/osvm-cli
1313

1414
jobs:
1515
build-and-push:

0 commit comments

Comments
 (0)