We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e212031 commit c5622ceCopy full SHA for c5622ce
.github/workflows/docker-image.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
# list of Docker images to use as base name for tags
17
images: |
18
- ghcr.io/${{ github.repository_owner }}/${{ github.repository_owner }}
+ ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
19
# generate Docker tags based on the following events/attributes
20
tags: |
21
type=semver,pattern={{major}}.{{minor}}.{{patch}}
0 commit comments