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