Files
rpmbuild/action.yml
2020-03-28 18:31:28 +05:30

14 lines
245 B
YAML

name: 'rpmbuild'
description: 'Build RPM from spec file and source code'
author: 'Naveenraj M'
inputs:
specFile:
description: 'path to the spec file'
required: true
default: '.'
runs:
using: 'docker'
image: 'Dockerfile'