File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments