Skip to content

Commit

Permalink
Revert "Use kaniko:latest (#1216)" (#1217)
Browse files Browse the repository at this point in the history
This reverts commit eecd314.
  • Loading branch information
zmarano authored Jul 3, 2024
1 parent eecd314 commit ebb015f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/pipelines/container-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local buildcontainerimgtask = {
image_resource: {
type: 'registry-image',
source: {
repository: 'gcr.io/kaniko-project/executor:latest',
repository: 'gcr.io/kaniko-project/executor',
},
},
inputs: [
Expand Down

0 comments on commit ebb015f

Please sign in to comment.