You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// description: The type of compression to apply to layer blobs pushed to build caches in registries.
295
+
// - in: query
296
+
// name: compressionLevel
297
+
// type: integer
298
+
// description: The level of compression to apply to layer blobs pushed to build caches in registries. The range of acceptable values varies based on the compression format.
299
+
// - in: query
300
+
// name: forceCompressionFormat
301
+
// type: boolean
302
+
// description: Use the specified compression format for layer blobs, even when pushing to a location where an equivalent blob which differs only in how it's compressed could be reused.
303
+
// - in: query
292
304
// name: destination
293
305
// type: string
294
306
// description: Allows for pushing the image to a different destination than the image refers to.
0 commit comments