Added GHCR tags
This commit is contained in:
parent
2bb96edc00
commit
a6a20c111f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build_and_push_docker.yml
vendored
4
.github/workflows/build_and_push_docker.yml
vendored
|
|
@ -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 }}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue