hiberbee/Skaffold Github Action

Setup Skaffold and all required dependencies

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 3, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: hiberbee/github-action-skaffold@e3f5dd5659610cb792c6cf32daaa797ea6d89842 # 1.27.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
skaffold-versionSet Skaffold versionno2.3.1
kubectl-versionSet Kubectl versionno1.26.2
container-structure-test-versionSet Container Structure Test versionno1.15.0
commandSkaffold command to execute. If no command provided, then skaffold will be installed and print versionnodiagnose
concurrencyNumber of concurrently running builds. If equals 0 - will run all builds in parallelno""
pushPush the built images to the specified image repositoryno""
imageChoose which artifacts to build. Artifacts with image names that contain the expression will be built only. Default is to build sources for all artifactsno""
imagesChoose which image tags to test.no""
cacheSet to false to disable default caching of artifactsno""
repositoryDefault repository value (overrides global config)no""
insecure-registriesTarget registries for built images which are not secureno""
filenamePath or URL to the Skaffold config filenoskaffold.yaml
kubeconfigPath to the kubeconfig file to use for CLI requestsno""
kube-contextDeploy to this Kubernetes contextno""
namespaceRun deployments in the specified namespaceno""
working-directorySet current working directory similar to Github Actions runno""
profileActivate profiles by name (prefixed with `-` to disable a profile)no""
skip-testsWhether to skip the tests after buildingno""
verbosityLog level - one of [panic fatal error warning info debug trace]nowarning
interactiveAllow user prompts for more informationno""
outputFormat output with go-templateno""
file-outputFilename to write build images tono""
tagThe optional custom tag to use for images which overrides the current Tagger configurationno""
namedescription
outputBuilt image tags