Skip to content

Commit 4b0bd74

Browse files
committed
Fix GHCR workflow image name casing
1 parent dc0ea27 commit 4b0bd74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-ghcr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: meta
3636
uses: docker/metadata-action@v5
3737
with:
38-
images: ghcr.io/${{ github.repository }}
38+
images: ghcr.io/reprodev/capotokeys
3939
tags: |
4040
type=sha,prefix=sha-
4141
type=ref,event=branch
@@ -51,3 +51,4 @@ jobs:
5151
push: true
5252
tags: ${{ steps.meta.outputs.tags }}
5353
labels: ${{ steps.meta.outputs.labels }}
54+

0 commit comments

Comments
 (0)