Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/product-os/setup-skopeo-action

Setup skopeo in a GitHub Actions workflow
https://github.com/product-os/setup-skopeo-action

Last synced: 6 days ago
JSON representation

Setup skopeo in a GitHub Actions workflow

Awesome Lists containing this project

README

        

# Setup Skopeo Action

This action installs [skopeo](https://github.com/containers/skopeo) in your GitHub Actions workflow.

## Usage

```yaml
uses: balena-io-experimental/setup-skopeo-action@main
with:
# Skopeo release to install (see https://github.com/lework/skopeo-binary/releases)
# Default: 'latest'
version: ''

# Skip using the tool cache and always re-download
# Default: 'false'
skip-cache: ''
```