evgeni / action-piuparts

Run piuparts on a Debian package

Repository from Github https://github.comevgeni/action-piupartsRepository from Github https://github.comevgeni/action-piuparts

piuparts docker action

This action runs piuparts on a Debian package.

Inputs

package

The package to run piuparts on. Default "*.changes".

base-image

The base image to run piuparts in. Default "debian:sid".

fake-essential-packages

Packages that should be added to the fake-essential-packages list. Default "".

Example usage

uses: evgeni/action-piuparts@devel
with:
  package: path/to/the/package_1.0.0-1_all.changes

About

Run piuparts on a Debian package

License:MIT License


Languages

Language:Shell 76.2%Language:Dockerfile 23.8%