Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/product-os/setup-skopeo-action
- Owner: product-os
- License: apache-2.0
- Created: 2024-04-23T13:36:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T18:51:57.000Z (4 months ago)
- Last Synced: 2024-07-24T20:34:39.885Z (4 months ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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: ''
```