ci: use the latest kaniko
This commit is contained in:
parent
de3d2ec2a1
commit
2336a4555a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ dockerBuild:
|
|||
stage: deploy
|
||||
needs: ["getImageTag"]
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:v1.9.0-debug
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
script:
|
||||
- /kaniko/executor
|
||||
|
|
Loading…
Reference in a new issue