This commit is contained in:
Dawid Dziurla 2020-03-25 23:13:26 +01:00
parent c68af108d8
commit d3ce6af944
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
7 changed files with 90 additions and 23 deletions

View file

@ -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