first commit
This commit is contained in:
commit
46b20aa03d
4 changed files with 52 additions and 0 deletions
20
action.yaml
Normal file
20
action.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
inputs:
|
||||
dockerfile:
|
||||
description: Dockerfile path
|
||||
default: ./Dockerfile
|
||||
image:
|
||||
description: Image name and tag
|
||||
default: ${{ forgejo.repository }}:${{ forgejo.ref_name }}
|
||||
username:
|
||||
description: Registry username
|
||||
default: ${{ forgejo.repository_owner }}
|
||||
password:
|
||||
description: Registry password
|
||||
required: true
|
||||
cache:
|
||||
description: Use registry cache
|
||||
default: true
|
||||
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
Loading…
Add table
Add a link
Reference in a new issue