feat: allow custom image name
This commit is contained in:
parent
49db58672f
commit
17b82e6a91
@ -2,9 +2,9 @@ inputs:
|
||||
dockerfile:
|
||||
description: Dockerfile path
|
||||
default: ./Dockerfile
|
||||
tag:
|
||||
description: Image tag
|
||||
default: ${{ gitea.ref_name }}
|
||||
image:
|
||||
description: Image name and tag
|
||||
default: ${{ gitea.repository }}:${{ gitea.ref_name }}
|
||||
username:
|
||||
description: Registry username
|
||||
default: ${{ gitea.repository_owner }}
|
||||
|
Loading…
Reference in New Issue
Block a user