2024-04-28 21:16:33 +00:00
|
|
|
inputs:
|
|
|
|
dockerfile:
|
|
|
|
description: Dockerfile path
|
|
|
|
default: ./Dockerfile
|
2024-05-10 10:49:09 +00:00
|
|
|
image:
|
|
|
|
description: Image name and tag
|
|
|
|
default: ${{ gitea.repository }}:${{ gitea.ref_name }}
|
2024-04-28 21:16:33 +00:00
|
|
|
username:
|
|
|
|
description: Registry username
|
|
|
|
default: ${{ gitea.repository_owner }}
|
|
|
|
password:
|
|
|
|
description: Registry password
|
|
|
|
required: true
|
2024-10-09 00:33:34 +00:00
|
|
|
cache:
|
|
|
|
description: Use registry cache
|
|
|
|
default: true
|
2024-04-28 21:16:33 +00:00
|
|
|
|
|
|
|
runs:
|
2024-05-02 15:10:52 +00:00
|
|
|
using: docker
|
|
|
|
image: Dockerfile
|