We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bffb4 commit 73365bfCopy full SHA for 73365bf
action.yml
@@ -327,6 +327,7 @@ runs:
327
BB_SQUASH: ${{ inputs.squash }}
328
BB_BUILD_CHUNKED_OCI: ${{ inputs.build_chunked_oci }}
329
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: ${{ inputs.max_layers }}
330
+ BB_BUILD_REMOVE_BASE_IMAGE: "true"
331
BB_RECHUNK: ${{ inputs.rechunk }}
332
BB_BUILD_RECHUNK_CLEAR_PLAN: ${{ inputs.rechunk_clear_plan }}
333
RECIPE_PATH: ${{ steps.build_vars.outputs.recipe_path }}
@@ -341,6 +342,7 @@ runs:
341
342
343
if [ "${BB_BUILD_CHUNKED_OCI}" = "false" ]; then
344
unset BB_BUILD_CHUNKED_OCI_MAX_LAYERS
345
+ unset BB_BUILD_REMOVE_BASE_IMAGE
346
fi
347
348
RUN_SUDO=""
0 commit comments