diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28648e9..5f79e12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}