Add ghcr.io image name to the docker metadata action step
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user