Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion graduated/build/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
sources:
- 'https://github.com/codefresh-io/steps/tree/master/graduated/build'
stage: graduated
version: 1.2.2
version: 1.2.3
categories:
- featured
- docker
Expand Down Expand Up @@ -148,6 +148,10 @@ spec:
"type": "string",
"description": "Set target platform/s (comma separated list) for build."
},
"buildkit": {
"type": "boolean"
"description": "When set to true, enables Buildkit and all of its enhancements. <a href=\"https://codefresh.io/docs/docs/pipelines/steps/build/#buildkit-support\">more info</a>"
},
"buildx": {
"oneOf": [
{
Expand Down