mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
Added GHCR tags
This commit is contained in:
parent
bd6ea15118
commit
9baaa65c1e
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…
Add table
Add a link
Reference in a new issue