This repository contains source code of docker images that are used in Popper workflows.
Once you find an image that suits your needs, you can use it in a workflow by referencing it in a step:
steps:
- uses: getpopper/<STEP-NAME>@<TAG>
args: ['arguments', 'for', 'the', 'step']
Additional env
and secrets
options for a step might be required.
The README
of for an image will contain Environment
and Secrets
sections describing how to provide this extra information. For
information about which tags are available for an image, visit the
corresponding repository of the getpopper
organization at
Dockerhub.
We welcome contributions! See CONTRIBUTING for more information on how to get started.
To file issues and feature requests against these images, or the usage of these build steps create an issue in this repo.
If you are experiencing an issue with Popper or have a feature request related to Popper, please file an issue against the Popper Repository.
MIT. Please see additional information in each subdirectory.