Skip to content
Snippets Groups Projects
Verified Commit 93dcc396 authored by Hugo Renard's avatar Hugo Renard
Browse files

ci: remove cache flag

parent 998d57f2
No related branches found
No related tags found
No related merge requests found
Pipeline #1900 passed with stages
in 4 minutes
......@@ -12,7 +12,7 @@ function build_kaniko() {
echo $DESTINATION
echo $BASE_TAG
echo "======"
/kaniko/executor --cache --context ${CONTEXT} ${DESTINATION} --build-arg MARKETTING_VERSION=$MARKETTING_VERSION --build-arg MINOR_VERSION=$MINOR_VERSION --build-arg PATCH_VERSION=$PATCH_VERSION --build-arg BASE_TAG=$BASE_TAG
/kaniko/executor --context ${CONTEXT} ${DESTINATION} --build-arg MARKETTING_VERSION=$MARKETTING_VERSION --build-arg MINOR_VERSION=$MINOR_VERSION --build-arg PATCH_VERSION=$PATCH_VERSION --build-arg BASE_TAG=$BASE_TAG
}
function print_versions() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment