Remove debug tag being built for every push to master
This commit is contained in:
parent
0529579db7
commit
e075c0a6c8
|
|
@ -16,5 +16,4 @@ steps:
|
||||||
"-t", "gcr.io/kaniko-project/warmer:${COMMIT_SHA}", "."]
|
"-t", "gcr.io/kaniko-project/warmer:${COMMIT_SHA}", "."]
|
||||||
images: ["gcr.io/kaniko-project/executor:${COMMIT_SHA}",
|
images: ["gcr.io/kaniko-project/executor:${COMMIT_SHA}",
|
||||||
"gcr.io/kaniko-project/executor:debug-${COMMIT_SHA}",
|
"gcr.io/kaniko-project/executor:debug-${COMMIT_SHA}",
|
||||||
"gcr.io/kaniko-project/executor:debug",
|
|
||||||
"gcr.io/kaniko-project/warmer:${COMMIT_SHA}"]
|
"gcr.io/kaniko-project/warmer:${COMMIT_SHA}"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue