init
This commit is contained in:
parent
c68af108d8
commit
d3ce6af944
7 changed files with 90 additions and 23 deletions
25
action.yml
25
action.yml
|
|
@ -1,12 +1,15 @@
|
|||
name: 'Container Action Template'
|
||||
description: 'Get started with Container actions'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
myInput:
|
||||
description: 'Input to use'
|
||||
default: 'world'
|
||||
name: Build Debian package
|
||||
description: Build Debian package from source for selected target release
|
||||
branding:
|
||||
color: red
|
||||
icon: package
|
||||
inputs:
|
||||
directory:
|
||||
description: Directory where Debianized sources live (defaults to current)
|
||||
required: false
|
||||
os:
|
||||
description: '"ubuntu" or "debian" (defaults to "debian")'
|
||||
required: false
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.myInput }}
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue