Skip to content
Snippets Groups Projects
Commit 831d8b41 authored by Lukas Koenen's avatar Lukas Koenen
Browse files

fix: cleanup after kaniko build

parent c5d42118
No related branches found
No related tags found
Loading
Pipeline #134065 passed
...@@ -23,4 +23,6 @@ EOF ...@@ -23,4 +23,6 @@ EOF
exec /kaniko/executor \ exec /kaniko/executor \
--context "$context" \ --context "$context" \
--dockerfile "$dockerfile" \ --dockerfile "$dockerfile" \
--destination "$destination" --destination "$destination" \
--cleanup \
--force
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