hiberbee/Skaffold Github Action
Setup Skaffold and all required dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 3, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: hiberbee/github-action-skaffold@e3f5dd5659610cb792c6cf32daaa797ea6d89842 # 1.27.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| skaffold-version | Set Skaffold version | no | 2.3.1 |
| kubectl-version | Set Kubectl version | no | 1.26.2 |
| container-structure-test-version | Set Container Structure Test version | no | 1.15.0 |
| command | Skaffold command to execute. If no command provided, then skaffold will be installed and print version | no | diagnose |
| concurrency | Number of concurrently running builds. If equals 0 - will run all builds in parallel | no | "" |
| push | Push the built images to the specified image repository | no | "" |
| image | Choose which artifacts to build. Artifacts with image names that contain the expression will be built only. Default is to build sources for all artifacts | no | "" |
| images | Choose which image tags to test. | no | "" |
| cache | Set to false to disable default caching of artifacts | no | "" |
| repository | Default repository value (overrides global config) | no | "" |
| insecure-registries | Target registries for built images which are not secure | no | "" |
| filename | Path or URL to the Skaffold config file | no | skaffold.yaml |
| kubeconfig | Path to the kubeconfig file to use for CLI requests | no | "" |
| kube-context | Deploy to this Kubernetes context | no | "" |
| namespace | Run deployments in the specified namespace | no | "" |
| working-directory | Set current working directory similar to Github Actions run | no | "" |
| profile | Activate profiles by name (prefixed with `-` to disable a profile) | no | "" |
| skip-tests | Whether to skip the tests after building | no | "" |
| verbosity | Log level - one of [panic fatal error warning info debug trace] | no | warning |
| interactive | Allow user prompts for more information | no | "" |
| output | Format output with go-template | no | "" |
| file-output | Filename to write build images to | no | "" |
| tag | The optional custom tag to use for images which overrides the current Tagger configuration | no | "" |
Outputs
| name | description |
|---|---|
| output | Built image tags |