Skip to content

volesen/setup-skaffold

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-skaffold

GitHub Actions status

This action installs the tool Skaffold by:

  • downloading and caching a version of skaffold by version spec and add to PATH

Inputs

version

Required Skaffold version to use. Default "latest".

Example usage

uses: volesen/setup-skaffold@v1.1
with:
  version: 'v1.17.0'

run: skaffold run