Added GHCR tags

This commit is contained in:
Kieran Eglin 2024-03-24 15:13:12 -07:00
parent 2bb96edc00
commit a6a20c111f
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -41,4 +41,6 @@ jobs:
platforms: ${{ github.event.inputs.platforms }}
push: true
file: ./selfhosted.Dockerfile
tags: 'keglin/pinchflat:${{ github.event.inputs.image_tag }}'
tags: |
'keglin/pinchflat:${{ github.event.inputs.image_tag }}'
'ghcr.io/${{ github.repository_owner }}/pinchflat:${{ github.event.inputs.image_tag }}'