Skip to content

Commit

Permalink
Update gcr.io/kaniko-project/executor Docker tag to v1.21.1 (#689)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 23393ec commit 059ca0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an action to build and push a contaier image using [Kaniko](https://gith
It is just a wrapper of Kaniko executor, that is,

```sh
docker run --rm gcr.io/kaniko-project/executor:v1.21.0
docker run --rm gcr.io/kaniko-project/executor:v1.21.1
```

This action is compatible with the Docker's official actions such as [docker/login-action](https://github.com/docker/login-action) or [docker/metadata-action](https://github.com/docker/metadata-action).
Expand Down Expand Up @@ -73,7 +73,7 @@ See also the flags of [Kaniko executor](https://github.com/GoogleContainerTools/

| Name | Description | Corresponding flag
|------|-------------|-------------------
| `executor` | Image of Kaniko executor. Default to `gcr.io/kaniko-project/executor:v1.21.0` | -
| `executor` | Image of Kaniko executor. Default to `gcr.io/kaniko-project/executor:v1.21.1` | -
| `context` <sup>*1</sup> | Path to the build context. Default to the workspace | -
| `file` <sup>*1</sup> | Path to the Dockerfile. Default to `Dockerfile`. It must be in the context. If set, this action passes the relative path to Kaniko, same as the behavior of [`docker build`](https://docs.docker.com/engine/reference/commandline/build/) | `--dockerfile`
| `build-args` <sup>*1</sup> | List of build args | `--build-arg`
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
executor:
description: Image of Kaniko executor
required: true
default: gcr.io/kaniko-project/executor:v1.21.0
default: gcr.io/kaniko-project/executor:v1.21.1
cache:
description: Enable caching layers
required: true
Expand Down

0 comments on commit 059ca0f

Please sign in to comment.