Skip to content

Commit 090a26f

Browse files
committed
Fix meta data
1 parent deb2cd7 commit 090a26f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerimages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
uses: docker/metadata-action@v6
3434
with:
3535
images: |
36-
ghcr.io/JabRef/${{ matrix.component }}
36+
ghcr.io/${{ github.repository_owner }}/${{ matrix.component }}
3737
tags: |
3838
type=schedule,pattern={{date 'YYYY-MM-DD'}}
3939
type=ref,event=tag
4040
type=edge,branch=main
4141
type=ref,event=pr
4242
labels: |
43-
org.opencontainers.image.source=https://github.com/JabRef/jabref
43+
org.opencontainers.image.source=https://github.com/${{ github.repository }}
4444
org.opencontainers.image.title=${{ matrix.component }}
4545
org.opencontainers.image.description=${{ matrix.component == 'jabkit' && 'JabRef''s CLI tool' || 'JabRef''s HTTP server' }}
4646
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)