Skip to content

Commit c5622ce

Browse files
committed
Fix image name to use repo name
1 parent e212031 commit c5622ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
# list of Docker images to use as base name for tags
1717
images: |
18-
ghcr.io/${{ github.repository_owner }}/${{ github.repository_owner }}
18+
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
1919
# generate Docker tags based on the following events/attributes
2020
tags: |
2121
type=semver,pattern={{major}}.{{minor}}.{{patch}}

0 commit comments

Comments
 (0)