Add ghcr.io image name to the docker metadata action step

pull/66/head
Roberto Banić 2023-04-13 01:37:03 +02:00
parent 120d89e8be
commit 94d63a3fdb
No known key found for this signature in database
GPG Key ID: C40C95C49FED8E3D
1 changed files with 3 additions and 1 deletions

View File

@ -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 }}