Skip to content

Commit bbde5af

Browse files
Copilotlarp0
andcommitted
Fix Docker image reference format by using lowercase repository name
Co-authored-by: larp0 <[email protected]>
1 parent fabbcad commit bbde5af

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)