Skip to content

product-os/setup-skopeo-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Skopeo Action

This action installs skopeo in your GitHub Actions workflow.

Usage

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: ''