https://github.com/cevich/makecontaineraction
Makefile targets GitHub Action
https://github.com/cevich/makecontaineraction
Last synced: 26 days ago
JSON representation
Makefile targets GitHub Action
- Host: GitHub
- URL: https://github.com/cevich/makecontaineraction
- Owner: cevich
- License: mit
- Created: 2019-10-09T20:04:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T18:28:18.000Z (over 6 years ago)
- Last Synced: 2025-02-23T17:17:58.017Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Make Container Action
This action simply executes 'make' with the provided `args` (if any) using
the latest Fedora container image with container-tools pre-installed:
* Buildah
* Podman
* Shopeo
## Inputs
*see `action.yml`*
## Example usage
```yaml
uses: cevich/makecontaineraction@v1.4
with:
args: make_target
artifacts_dirpath: ./path/to/stuff
```