Skip to content

Commit

Permalink
Fix repo definition for kaniko (#1234)
Browse files Browse the repository at this point in the history
* Force latest version to clear cache

Half the workers currently have a bad image cached.

* Split tag out into its own value

Misunderstood you could use a tag in the repo name
  • Loading branch information
jjerger authored Sep 6, 2024
1 parent 97bce87 commit aff263b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concourse/pipelines/container-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ local buildcontainerimgtask = {
image_resource: {
type: 'registry-image',
source: {
repository: 'gcr.io/kaniko-project/executor:latest',
repository: 'gcr.io/kaniko-project/executor',
tag: 'latest'
},
},
inputs: [
Expand Down

0 comments on commit aff263b

Please sign in to comment.