Added GHCR tags

This commit is contained in:
Kieran Eglin
2024-03-24 15:13:12 -07:00
parent bd6ea15118
commit 9baaa65c1e
+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 }}'