Remove debug tag being built for every push to master

This commit is contained in:
Tejal Desai 2020-01-27 12:39:31 -08:00
parent 0529579db7
commit e075c0a6c8
1 changed files with 0 additions and 1 deletions

View File

@ -16,5 +16,4 @@ steps:
"-t", "gcr.io/kaniko-project/warmer:${COMMIT_SHA}", "."]
images: ["gcr.io/kaniko-project/executor:${COMMIT_SHA}",
"gcr.io/kaniko-project/executor:debug-${COMMIT_SHA}",
"gcr.io/kaniko-project/executor:debug",
"gcr.io/kaniko-project/warmer:${COMMIT_SHA}"]