Add ghcr.io image name to the docker metadata action step
parent
120d89e8be
commit
94d63a3fdb
|
|
@ -42,7 +42,9 @@ jobs:
|
|||
if: "${{ env.DOCKER_USERNAME != '' }}"
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ${{ secrets.DOCKER_USERNAME }}/jellyplex-watched # list of Docker images to use as base name for tags
|
||||
images: |
|
||||
${{ secrets.DOCKER_USERNAME }}/jellyplex-watched
|
||||
ghcr.io/${{ secrets.DOCKER_USERNAME }}/jellyplex-watched
|
||||
tags: |
|
||||
type=raw,value=${{ matrix.variant }},enable={{is_default_branch}}
|
||||
type=ref,event=branch,suffix=-${{ matrix.variant }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue