Added GHCR tags

This commit is contained in:
Kieran Eglin
2024-03-24 15:13:12 -07:00
parent 2bb96edc00
commit a6a20c111f
+3 -1
View File
@@ -41,4 +41,6 @@ jobs:
platforms: ${{ github.event.inputs.platforms }} platforms: ${{ github.event.inputs.platforms }}
push: true push: true
file: ./selfhosted.Dockerfile 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 }}'