Skip to content

Commit be94caa

Browse files
committed
Fix image name
1 parent bb90956 commit be94caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/metadata-action@v5
4444
with:
4545
images: |
46-
ghcr.io/${{ github.repository }}/redis-keys-stats
46+
ghcr.io/${{ github.repository }}
4747
tags: |
4848
type=ref,event=branch
4949
type=ref,event=pr

0 commit comments

Comments
 (0)