asfd
This commit is contained in:
parent
63aaea463f
commit
29e08b6779
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if [[ "${PLUGIN_PLATFORM:-}" == "true" ]]; then
|
|||
fi
|
||||
# https://github.com/moby/buildkit/blob/master/README.md#output
|
||||
OUTPUT=""
|
||||
if [[ "${PLUGIN_NAME:-}" == "true" ]]; then
|
||||
if [[ -n "${PLUGIN_NAME:-}" ]]; then
|
||||
OUTPUT="$OUTPUT --output type=image,\"name=$PLUGIN_NAME\",push=${PLUGIN_PUSH:-true},oci-mediatypes=true,oci-artifact=true,compression=estargz"
|
||||
OUTPUT="$OUTPUT,oci-mediatypes=true,oci-artifact=true,compression=estargz,compression-level=9"
|
||||
OUTPUT="$OUTPUT,rewrite-timestamp=true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue