File tree 7 files changed +7
-7
lines changed
docker-build-multi-platform-oci-ta 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/reposito
365
365
|name|description|used in params (taskname:taskrefversion: taskparam )
366
366
| ---| ---| ---|
367
367
| BUILD_RESULT| Build result.| |
368
- | IMAGE_REF| Image reference of the built image| |
368
+ | IMAGE_REF| Image reference of the built image. | |
369
369
| SOURCE_IMAGE_DIGEST| The source image digest.| |
370
370
| SOURCE_IMAGE_URL| The source image url.| |
371
371
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/reposito
362
362
|name|description|used in params (taskname:taskrefversion: taskparam )
363
363
| ---| ---| ---|
364
364
| BUILD_RESULT| Build result.| |
365
- | IMAGE_REF| Image reference of the built image| |
365
+ | IMAGE_REF| Image reference of the built image. | |
366
366
| SOURCE_IMAGE_DIGEST| The source image digest.| |
367
367
| SOURCE_IMAGE_URL| The source image url.| |
368
368
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/reposito
348
348
|name|description|used in params (taskname:taskrefversion: taskparam )
349
349
| ---| ---| ---|
350
350
| BUILD_RESULT| Build result.| |
351
- | IMAGE_REF| Image reference of the built image| |
351
+ | IMAGE_REF| Image reference of the built image. | |
352
352
| SOURCE_IMAGE_DIGEST| The source image digest.| |
353
353
| SOURCE_IMAGE_URL| The source image url.| |
354
354
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Source image build.
14
14
| name| description|
15
15
| ---| ---|
16
16
| BUILD_RESULT| Build result.|
17
- | IMAGE_REF| Image reference of the built image|
17
+ | IMAGE_REF| Image reference of the built image. |
18
18
| SOURCE_IMAGE_DIGEST| The source image digest.|
19
19
| SOURCE_IMAGE_URL| The source image url.|
20
20
Original file line number Diff line number Diff line change 36
36
- name : BUILD_RESULT
37
37
description : Build result.
38
38
- name : IMAGE_REF
39
- description : Image reference of the built image
39
+ description : Image reference of the built image.
40
40
- name : SOURCE_IMAGE_DIGEST
41
41
description : The source image digest.
42
42
- name : SOURCE_IMAGE_URL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Source image build.
14
14
| BUILD_RESULT| Build result.|
15
15
| SOURCE_IMAGE_URL| The source image url.|
16
16
| SOURCE_IMAGE_DIGEST| The source image digest.|
17
- | IMAGE_REF| Image reference of the built image|
17
+ | IMAGE_REF| Image reference of the built image. |
18
18
19
19
## Workspaces
20
20
| name| description| optional|
Original file line number Diff line number Diff line change 30
30
- name : SOURCE_IMAGE_DIGEST
31
31
description : The source image digest.
32
32
- name : IMAGE_REF
33
- description : Image reference of the built image
33
+ description : Image reference of the built image.
34
34
workspaces :
35
35
- name : workspace
36
36
description : The workspace where source code is included.
You can’t perform that action at this time.
0 commit comments