int128/kaniko-action
Kaniko in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/kaniko-action@e8b42bea2cca90bd7f10cb115ea40cb59198296e # v1.67.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| executor | Image of Kaniko executor | yes | gcr.io/kaniko-project/executor:v1.24.0 |
| cache | Enable caching layers | yes | false |
| cache-repository | Remote repository for storing cached layers | no | — |
| cache-ttl | Cache timeout | no | — |
| push-retry | Number of retries for the push of an image | no | — |
| registry-mirror | Use registry mirror(s) (multiline) | no | — |
| verbosity | Set the logging level | no | — |
| kaniko-args | Extra args to Kaniko executor (multiline) | no | — |
| docker-run-args | Extra args to docker run (multiline) | no | — |
| build-args | List of build args (multiline) | no | — |
| context | Path to the build context | no | — |
| file | Path to the Dockerfile | no | — |
| labels | List of metadata for an image (multiline) | no | — |
| push | Push an image to the registry | yes | false |
| tags | List of tags (multiline) | no | — |
| target | Target stage to build | no | — |
Outputs
| name | description |
|---|---|
| digest | Image content-addressable identifier also called a digest |