One more GHCR shot
This commit is contained in:
parent
9baaa65c1e
commit
6ad9e68682
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_and_push_docker.yml
vendored
4
.github/workflows/build_and_push_docker.yml
vendored
|
|
@ -42,5 +42,5 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
file: ./selfhosted.Dockerfile
|
file: ./selfhosted.Dockerfile
|
||||||
tags: |
|
tags: |
|
||||||
'keglin/pinchflat:${{ github.event.inputs.image_tag }}'
|
keglin/pinchflat:${{ github.event.inputs.image_tag }}
|
||||||
'ghcr.io/${{ github.repository_owner }}/pinchflat:${{ github.event.inputs.image_tag }}'
|
ghcr.io/${{ github.repository_owner }}/pinchflat:${{ github.event.inputs.image_tag }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue