Skip to content

Commit b05e0bc

Browse files
add links to buildx description (#573)
* add links to buildx description
1 parent 06253a2 commit b05e0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graduated/build/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
sources:
99
- 'https://github.com/codefresh-io/steps/tree/master/graduated/build'
1010
stage: graduated
11-
version: 1.2.0
11+
version: 1.2.1
1212
categories:
1313
- featured
1414
- docker
@@ -193,7 +193,7 @@ spec:
193193
"additionalProperties": false
194194
}
195195
],
196-
"description": "Build and push Docker images with Buildx including multi-platform builds (set to `true` to enable with default configuration, or set to an object with custom configuration).",
196+
"description": "Build and push Docker images with <a href=\"https://github.com/docker/buildx\">Buildx</a> including multi-platform builds (set to `true` to enable with default configuration, or set to an object with custom configuration). <a href=\"https://codefresh.io/docs/docs/pipelines/steps/build/#multi-platform-images-with-platfrom-and-buildx\">more info</a>",
197197
"default": false
198198
},
199199
}

0 commit comments

Comments
 (0)