mirror of
https://github.com/docker/build-push-action.git
synced 2026-04-29 23:04:24 +00:00
feat: add eStargz compression support for faster image pulls (#1)
- Add estargz boolean input parameter to action.yml - Modify buildx output arguments to include estargz compression flags when enabled - Add buildx version check (requires >= 0.10.0) and push requirement validation - Update README.md with usage examples and documentation - Requires push: true to be effective - Compatible with existing output configurations Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Raunak Chowdhuri <raunak@reducto.ai>
This commit is contained in:
parent
4af38cd115
commit
527d67c3c7
3 changed files with 62 additions and 2 deletions
|
|
@ -108,6 +108,10 @@ inputs:
|
|||
description: "GitHub Token used to authenticate against a repository for Git context"
|
||||
default: ${{ github.token }}
|
||||
required: false
|
||||
estargz:
|
||||
description: "Enable eStargz compression for faster image pulls (requires push: true)"
|
||||
required: false
|
||||
default: 'false'
|
||||
|
||||
outputs:
|
||||
imageid:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue