Skip to content

Commit

Permalink
Revert "fix build-package-images.sh.tmpl" (#225)
Browse files Browse the repository at this point in the history
Reverts #224
  • Loading branch information
wuhuizuo authored Jan 26, 2024
1 parent ac63d27 commit c984086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/build-package-images.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ build_and_push_images() {
mkdir -p "$archive_dir"
destination="{{ .artifactory.repo }}:$tag"
digest_file="${archive_dir}/digest.txt"
kaniko_executor_global_options="--cache-run-layers --destination=${destination} --digest-file=${digest_file}"
kaniko_executor_global_options="--cache-run-layers=false --destination=${destination} --digest-file=${digest_file}"
{{- if has . "build_args" }}
{{- range .build_args }}
kaniko_executor_global_options="$kaniko_executor_global_options --build-arg {{.}}"
Expand Down

0 comments on commit c984086

Please sign in to comment.