From 68e8d9daf97fd2a99ea30fe9b409d02ddfd81afc Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Sun, 17 Nov 2024 21:53:37 +0100 Subject: [PATCH] Simplified. --- scripts/kaniko-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kaniko-functions.sh b/scripts/kaniko-functions.sh index 2038c1f..9eaeab6 100644 --- a/scripts/kaniko-functions.sh +++ b/scripts/kaniko-functions.sh @@ -47,7 +47,7 @@ package_all_docker() { run_kaniko() { echo "Using build args $DOCKER_BUILD_ARGS" setup_kaniko - kaniko_execute $1 + package_docker $1 store_variables store_image_name }